Package javascalautils
Class BrokenFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javascalautils.BrokenFunctionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class BrokenFunctionException extends java.lang.RuntimeException
Used when a function throws an exception which cannot be raised.
This exception is then created and wrapped around the original exception.- Since:
- 1.11
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrokenFunctionException(java.lang.String message, java.lang.Throwable cause)
Creates the exception
-