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
public class JWNLRuntimeException extends RuntimeException
Base level runtime exception used by JWNL. Tries to resolve the message using JWNL.resolveMessage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JWNLRuntimeException(String key)
JWNLRuntimeException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JWNLRuntimeException
public JWNLRuntimeException(String key)
-
-