net.sf.extjwnl
Class JWNLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.extjwnl.JWNLException
- All Implemented Interfaces:
- Serializable
public class JWNLException
- extends Exception
Base level exception used by JWNL. Tries to resolve the message using JWNL.resolveMessage.
- Author:
- John Didion
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JWNLException
public JWNLException(String key)
JWNLException
public JWNLException(String key,
Object arg)
JWNLException
public JWNLException(String key,
Object[] args)
JWNLException
public JWNLException(String key,
Throwable cause)
JWNLException
public JWNLException(String key,
Object[] args,
Throwable cause)
JWNLException
public JWNLException(String key,
Object arg,
Throwable cause)
Copyright © 2011. All Rights Reserved.