public class RuntimeFiberException
extends java.lang.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(java.lang.String s) |
RuntimeFiberException(java.lang.String s,
java.lang.Throwable throwable) |