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