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 newJepException
instance.Creates a newJepException
instance.JepException
(String s, Throwable t) Creates a newJepException
instance.Creates a newJepException
instance. -
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 newJepException
instance. -
JepException
Creates a newJepException
instance.- Parameters:
s
- aString
value
-
JepException
Creates a newJepException
instance.- Parameters:
t
- aThrowable
value
-
JepException
Creates a newJepException
instance.- Parameters:
s
- aString
valuet
- aThrowable
value
-