public abstract class AbstractTraversalSignal extends RuntimeException
Throwable, not Runtime. But sadly, the prior is checked,
which is a deeply flawed concept in Java and prevent proper functional programming.
Also, this type should be an interface instead of a class, but again: Java design flaws (not understanding their
own interface-based language, so funny).| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTraversalSignal() |
| Modifier and Type | Method and Description |
|---|---|
AbstractTraversalSignal |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractTraversalSignal fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2022 MicroStream Software. All rights reserved.