org.melati.poem
Class NoTroidColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.NoTroidColumnException
- All Implemented Interfaces:
- Serializable
public class NoTroidColumnException
- extends SeriousPoemException
Thrown if you forget to define a Troid
for a
Table
.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
Field Summary |
Table |
table
The Table we are dealing with. |
table
public Table table
- The Table we are dealing with.
NoTroidColumnException
public NoTroidColumnException(Table table)
- 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.