org.melati.poem
Class NoSuchTablePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.NoSuchTablePoemException
- All Implemented Interfaces:
- Serializable
public class NoSuchTablePoemException
- extends NormalPoemException
Thrown when a reference to a non existent Table
is made.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
database
public Database database
- The Database we are dealing with.
name
public String name
- Its name.
NoSuchTablePoemException
public NoSuchTablePoemException(Database database,
String name)
- 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.