org.melati.poem
Class DuplicateColumnNamePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.DuplicateColumnNamePoemException
- All Implemented Interfaces:
- Serializable
public class DuplicateColumnNamePoemException
- extends NormalPoemException
Thrown when an attempt to create a Column
in a Table
which already contains one of that name 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.
DuplicateColumnNamePoemException
public DuplicateColumnNamePoemException(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 detailed message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.