org.melati.poem
Class TypeDefinitionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.TypeDefinitionMismatchException
- All Implemented Interfaces:
- Serializable
public class TypeDefinitionMismatchException
- extends SeriousPoemException
Thrown during Column
unification if there is a contradiction
between two of the possible DefinitionSource
s.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
column
public Column column
- Column in which problem occurred.
newType
public PoemType newType
- Type we are trying to assign.
newTypeSource
public DefinitionSource newTypeSource
- Where the new type came from.
TypeDefinitionMismatchException
public TypeDefinitionMismatchException(Column column,
PoemType newType,
DefinitionSource newTypeSource)
- 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.