public abstract class AbstractBranchingThrow extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBranchingThrow() |
protected |
AbstractBranchingThrow(Object hint) |
protected |
AbstractBranchingThrow(Object hint,
Throwable cause) |
protected |
AbstractBranchingThrow(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
AbstractBranchingThrow |
fillInStackTrace() |
Object |
getHint() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected AbstractBranchingThrow()
protected AbstractBranchingThrow(Throwable cause)
protected AbstractBranchingThrow(Object hint)
public Object getHint()
public AbstractBranchingThrow fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2022 MicroStream Software. All rights reserved.