org.melati.poem
Class DuplicateTroidColumnPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.DuplicateTroidColumnPoemException
- All Implemented Interfaces:
- Serializable
public class DuplicateTroidColumnPoemException
- extends NormalPoemException
Thrown when an attempt to add a second Troid
column is made.
- See Also:
- Serialized Form
table
public Table table
- The Table we are dealing with.
column
public Column column
- The Column we are dealing with.
DuplicateTroidColumnPoemException
public DuplicateTroidColumnPoemException(Table table,
Column column)
- 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.