Package one.microstream.branching
Class AbstractBranchingThrow
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.branching.AbstractBranchingThrow
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ThrowBreak
public abstract class AbstractBranchingThrow extends RuntimeException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBranchingThrow()protectedAbstractBranchingThrow(Object hint)protectedAbstractBranchingThrow(Object hint, Throwable cause)protectedAbstractBranchingThrow(Throwable cause) - 
Method Summary
Modifier and Type Method Description AbstractBranchingThrowfillInStackTrace()ObjectgetHint()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AbstractBranchingThrow
protected AbstractBranchingThrow() - 
AbstractBranchingThrow
 - 
AbstractBranchingThrow
 - 
AbstractBranchingThrow
 
 - 
 - 
Method Details
- 
getHint
 - 
fillInStackTrace
- Overrides:
 fillInStackTracein classThrowable
 
 -