org.melati.poem
Class Column.SettingException

Package class diagram package Column.SettingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.PoemException
                  extended by org.melati.poem.NormalPoemException
                      extended by 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

Field Summary
 Column column
          The Column setting which caused the problem.
 String columnDesc
          The description of the Column.
 Persistent persistent
          The Persistent to which this Column belongs.
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
Column.SettingException(Persistent persistent, Column column, Exception trouble)
          Constructor.
 
Method Summary
 String getMessage()
          The detail message which may be null.
 
Methods inherited from class org.melati.poem.PoemException
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

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.

Constructor Detail

Column.SettingException

public Column.SettingException(Persistent persistent,
                               Column column,
                               Exception trouble)
Constructor.

Parameters:
persistent - the Persistent with the problem
column - he Column with the problem
trouble - the problem
Method Detail

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.