org.melati.poem
Class Column.SettingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.Column.SettingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Column
public static class Column.SettingException
- extends NormalPoemException
Thrown when any unforseen problem arises setting the value
of a Column
.
- See Also:
- Serialized Form
persistent
public Persistent persistent
- The Persistent to which this Column belongs.
column
public Column column
- The Column setting which caused the problem.
columnDesc
public String columnDesc
- The description of the Column.
Column.SettingException
public Column.SettingException(Persistent persistent,
Column column,
Exception trouble)
- Constructor.
- Parameters:
persistent
- the Persistent with the problemcolumn
- he Column with the problemtrouble
- the problem
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- the message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.