org.melati.poem
Class TableMismatchPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.TableMismatchPoemException
- All Implemented Interfaces:
- Serializable
public class TableMismatchPoemException
- extends PoemException
Thrown during validation of a ReferencePoemType
if a Persistent
is claimed to be of that type but has the
wrong Table
set.
- See Also:
- Serialized Form
value
public Persistent value
- The Persistent.
table
public Table table
- The Table it should have set.
TableMismatchPoemException
public TableMismatchPoemException(Persistent value,
Table table)
- 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.