Package jsl.simulation
Class JSLEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jsl.simulation.JSLEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class JSLEventException extends java.lang.RuntimeException
This class inherits from Exception and is thrown when there is a problem with some use of JSLEvents. This class may either be instantiated with a specific error message or with the default error message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSLEventException()
JSLEventException(java.lang.String m)
-