org.melati.poem
Class ParsingPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.NormalPoemException
org.melati.poem.ParsingPoemException
- All Implemented Interfaces:
- Serializable
public class ParsingPoemException
- extends NormalPoemException
Thrown when there is a problem with the format of the String
representation of a non-String
datatype instance.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
type
public PoemType type
- The PoemType of Field value.
string
public String string
- The String that we failed to force into type.
ParsingPoemException
public ParsingPoemException(PoemType type,
String string,
Exception exception)
- Constructor.
ParsingPoemException
public ParsingPoemException(PoemType type,
String string)
- 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.