org.melati.poem
Class Setting.SettingTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.AppBugPoemException
org.melati.poem.Setting.SettingTypeMismatchException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Setting
public static class Setting.SettingTypeMismatchException
- extends AppBugPoemException
Thrown when a Setting
's type does not match the type required.
- See Also:
- Serialized Form
name
public String name
- Name of the setting.
type
public PoemTypeFactory type
- The factory used.
reqType
public String reqType
- Required type.
Setting.SettingTypeMismatchException
public Setting.SettingTypeMismatchException(String name,
PoemTypeFactory type,
String reqType)
- 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.