Enhydra 5.1 API

com.lutris.util
Class KeywordValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.util.KeywordValueException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException

public synchronized class KeywordValueException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
KeywordValueException(java.lang.String)
           
KeywordValueException(java.lang.String, java.lang.Throwable)
           
KeywordValueException(java.lang.Throwable)
           
 
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

KeywordValueException

public KeywordValueException(java.lang.String)

KeywordValueException

public KeywordValueException(java.lang.Throwable)

KeywordValueException

public KeywordValueException(java.lang.String,
                             java.lang.Throwable)

Enhydra 5.1 API