Package net.didion.jwnl
Class JWNLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.didion.jwnl.JWNLException
- All Implemented Interfaces:
Serializable
Base level exception used by JWNL. Tries to resolve the message using JWNL.resolveMessage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJWNLException
(String key) JWNLException
(String key, Object arg) JWNLException
(String key, Object[] args) JWNLException
(String key, Object[] args, Throwable cause) JWNLException
(String key, Object arg, Throwable cause) JWNLException
(String key, 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
-
JWNLException
-
JWNLException
-
JWNLException
-
JWNLException
-
JWNLException
-
JWNLException
-