Package jep
Class JepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jep.JepException
- All Implemented Interfaces:
Serializable
JepException - it happens.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJepExceptioninstance.Creates a newJepExceptioninstance.JepException(String s, Throwable t) Creates a newJepExceptioninstance.Creates a newJepExceptioninstance. -
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()Creates a newJepExceptioninstance. -
JepException
Creates a newJepExceptioninstance.- Parameters:
s- aStringvalue
-
JepException
Creates a newJepExceptioninstance.- Parameters:
t- aThrowablevalue
-
JepException
Creates a newJepExceptioninstance.- Parameters:
s- aStringvaluet- aThrowablevalue
-