org.melati.poem
Class NotComparablePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.AppBugPoemException
org.melati.poem.TypeMismatchPoemException
org.melati.poem.NotComparablePoemException
- All Implemented Interfaces:
- Serializable
public class NotComparablePoemException
- extends TypeMismatchPoemException
Thrown when an attempt is made to set a Range
for a
non comparable PoemType
.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
NotComparablePoemException
public NotComparablePoemException(Object value,
PoemType type)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class TypeMismatchPoemException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.