Enhydra 3.1 API

com.lutris.util
Class KeywordValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.util.KeywordValueException
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 $
See Also:
Serialized Form

Constructor Summary
KeywordValueException(java.lang.String msg)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 msg)
Constructor.
Parameters:
msg - A detailed message describing the expection.

Enhydra 3.1 API