| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.lutris.util.KeywordValueException
All known Subclasses: com.lutris.util.ConfigException,
KeywordValueException | public class KeywordValueException extends Exception (Code) | | Exception for errors accessing a KeywordValueTable object. The errors can
include invalid keyword syntax and unknown keywords.
version: $Revision: 1.2 $ author: Mark Diekhans since: Jolt1.0 |
Constructor Summary | |
public | KeywordValueException(String msg) Constructs a new exception with the detail message. | public | KeywordValueException(Throwable cause) Constructs a new exception with the specified cause.
Parameters: cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). | public | KeywordValueException(String msg, Throwable cause) Constructs a new exception with the specified cause and a detail message.
Parameters: msg - A detailed message describing the expection. Parameters: cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). |
KeywordValueException | public KeywordValueException(String msg)(Code) | | Constructs a new exception with the detail message.
Parameters: msg - A detailed message describing the expection. |
KeywordValueException | public KeywordValueException(Throwable cause)(Code) | | Constructs a new exception with the specified cause.
Parameters: 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. |
KeywordValueException | public KeywordValueException(String msg, Throwable cause)(Code) | | Constructs a new exception with the specified cause and a detail message.
Parameters: msg - A detailed message describing the expection. Parameters: 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. |
|
|
|