|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lutris.util.KeywordValueException
public class KeywordValueException
Exception for errors accessing a KeywordValueTable object. The errors can include invalid keyword syntax and unknown keywords.
Constructor Summary | |
---|---|
KeywordValueException(java.lang.String msg)
Constructs a new exception with the detail message. |
|
KeywordValueException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message. |
|
KeywordValueException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. |
Method Summary |
---|
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 |
---|
public KeywordValueException(java.lang.String msg)
msg
- A detailed message describing the expection.public KeywordValueException(java.lang.Throwable cause)
cause
- The cause (which is saved for later retrieval by the
Throwable.getCause() method).
A null value is permitted, and indicates that the cause is
nonexistent or unknown.public KeywordValueException(java.lang.String msg, java.lang.Throwable cause)
msg
- A detailed message describing the expection.cause
- The cause (which is saved for later retrieval by the
Throwable.getCause() method).
A null value is permitted, and indicates that the cause is
nonexistent or unknown.
|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |