Package net.didion.jwnl
Class JWNLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.didion.jwnl.JWNLException
-
- All Implemented Interfaces:
Serializable
public class JWNLException extends Exception
Base level exception used by JWNL. Tries to resolve the message using JWNL.resolveMessage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JWNLException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JWNLException
public JWNLException(String key)
-
-