net.sf.extjwnl
Class JWNLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.