net.sf.extjwnl
Class JWNLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.extjwnl.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.
- 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 |
JWNLRuntimeException
public JWNLRuntimeException(String key)
JWNLRuntimeException
public JWNLRuntimeException(String key,
Object arg)
JWNLRuntimeException
public JWNLRuntimeException(String key,
Object[] args)
JWNLRuntimeException
public JWNLRuntimeException(String key,
Throwable cause)
JWNLRuntimeException
public JWNLRuntimeException(String key,
Object[] args,
Throwable cause)
JWNLRuntimeException
public JWNLRuntimeException(String key,
Object arg,
Throwable cause)
Copyright © 2011. All Rights Reserved.