org.melati.poem
Class SettingTable.UnsetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SettingTable.UnsetException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SettingTable
public static class SettingTable.UnsetException
- extends PoemException
Thrown when a Setting
requested has not been set.
- See Also:
- Serialized Form
Field Summary |
String |
name
The name of the requested setting. |
name
public String name
- The name of the requested setting.
SettingTable.UnsetException
public SettingTable.UnsetException(String name)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.