org.melati.poem
Class DuplicateDeletedColumnPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.DuplicateDeletedColumnPoemException
- All Implemented Interfaces:
- Serializable
public class DuplicateDeletedColumnPoemException
- extends NormalPoemException
Thrown when an attempt to create a second Column
of type
DeletedPoemType
in a Table
is made.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
table
public Table table
- The Table we are dealing with.
column
public Column column
- The Column we are dealing with.
DuplicateDeletedColumnPoemException
public DuplicateDeletedColumnPoemException(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.