java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lutris.util.KeywordValueException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConfigException
- public class KeywordValueException
- extends java.lang.Exception
Exception for errors accessing a KeywordValueTable object. The errors can
include invalid keyword syntax and unknown keywords.
- Since:
- Jolt1.0
- Version:
- $Revision: 1.9.12.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeywordValueException
public KeywordValueException(java.lang.String msg)
- Constructor.