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 Constructor Description AbstractBranchingThrow()
-
Method Summary
Modifier and Type Method Description AbstractBranchingThrow
fillInStackTrace()
Object
getHint()
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractBranchingThrow
public AbstractBranchingThrow()
-
-
Method Details
-
getHint
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-