Package com.singularsys.jep
Class JepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.singularsys.jep.JepException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EvaluationException,ParseException
Super class of all Jep specific exceptions.
- Author:
- Richard Morris
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJepException(String message) JepException(String message, Throwable cause) JepException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JepException
public JepException() -
JepException
- Parameters:
message-
-
JepException
- Parameters:
message-cause-
-
JepException
- Parameters:
cause-
-