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