Package one.microstream.branching
Class ThrowBreak
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.branching.AbstractBranchingThrow
-
- one.microstream.branching.ThrowBreak
-
- All Implemented Interfaces:
Serializable
public class ThrowBreak extends AbstractBranchingThrow
Thrown to signals the outer context to break the current loop, normally proceeding with the actions following the loop.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowBreak()
ThrowBreak(Object hint)
ThrowBreak(Object hint, Throwable cause)
ThrowBreak(Throwable cause)
-
Method Summary
-
Methods inherited from class one.microstream.branching.AbstractBranchingThrow
fillInStackTrace, getHint
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-