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:
- java.io.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
|
Method Summary |
java.lang.String |
getMessage()
The detail message which may be null. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
persistent
public Persistent persistent
- The Persistent to which this Column belongs.
column
public Column column
- The Column setting which caused the problem.
columnDesc
public java.lang.String columnDesc
- The description of the Column.
Column.SettingException
public Column.SettingException(Persistent persistent,
Column column,
java.lang.Exception trouble)
- Constructor.
- Parameters:
persistent - the Persistent with the problemcolumn - he Column with the problemtrouble - the problem
getMessage
public java.lang.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-2009 PanEris. All Rights Reserved.