public class RuntimeFiberException extends RuntimeException
Unlike FiberException, this exception doesn't have to be caught. It happens only with grave mistakes like putting numerical constraints on non-numeric values.
| Constructor and Description |
|---|
RuntimeFiberException() |
RuntimeFiberException(String s) |
RuntimeFiberException(String s,
Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString