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
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 |
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
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)