org.melati.poem
Class NullTypeMismatchPoemException
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.NullTypeMismatchPoemException
- All Implemented Interfaces:
- Serializable
public class NullTypeMismatchPoemException
- extends TypeMismatchPoemException
Thrown when a null
value is discovered in a non-nullable
Field
.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
NullTypeMismatchPoemException
public NullTypeMismatchPoemException(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.