org.melati.poem
Class Column.LoadException

Package class diagram package Column.LoadException
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.SeriousPoemException
                      extended by org.melati.poem.UnexpectedExceptionPoemException
                          extended by org.melati.poem.Column.LoadException
All Implemented Interfaces:
Serializable
Enclosing class:
Column

public static class Column.LoadException
extends UnexpectedExceptionPoemException

Thrown when any unforeseen problem arises loading a Column.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.poem.UnexpectedExceptionPoemException
info
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
Column.LoadException(Column column, Exception problem)
          Constructor.
 
Method Summary
protected  Column getColumn()
           
 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
 

Constructor Detail

Column.LoadException

public Column.LoadException(Column column,
                            Exception problem)
Constructor.

Parameters:
column - Column relevant to
problem - the Exception
Method Detail

getMessage

public String getMessage()
Description copied from class: PoemException
The detail message which may be null.

Overrides:
getMessage in class UnexpectedExceptionPoemException
Returns:
Returns the message
See Also:
Throwable.getMessage()

getColumn

protected Column getColumn()
Returns:
Returns the column.


Copyright © 2000-2010 PanEris. All Rights Reserved.