Enhydra 5.1 API

com.lutris.util
Class ConfigException

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

public synchronized class ConfigException
extends KeywordValueException

See Also:
Serialized Form

Field Summary
static int COUNT
           
static int FORMAT
           
static int NOT_FOUND
           
 int reason
           
static int SYNTAX
           
static int UNKNOWN
           
 
Constructor Summary
ConfigException()
           
ConfigException(int, java.lang.String)
           
ConfigException(java.lang.String)
           
ConfigException(java.lang.String, java.lang.Throwable)
           
ConfigException(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
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
See Also:
Constant Field Values

SYNTAX

public static final int SYNTAX
See Also:
Constant Field Values

COUNT

public static final int COUNT
See Also:
Constant Field Values

FORMAT

public static final int FORMAT
See Also:
Constant Field Values

reason

public int reason
Constructor Detail

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String)

ConfigException

public ConfigException(java.lang.Throwable)

ConfigException

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

ConfigException

public ConfigException(int,
                       java.lang.String)

Enhydra 5.1 API