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:
- java.io.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
|
Field Summary |
java.lang.String |
string
The String that we failed to force into type. |
PoemType |
type
The PoemType of Field value. |
|
Method Summary |
java.lang.String |
getMessage()
The detail message which may be null. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public PoemType type
- The PoemType of Field value.
string
public java.lang.String string
- The String that we failed to force into type.
ParsingPoemException
public ParsingPoemException(PoemType type,
java.lang.String string,
java.lang.Exception exception)
- Constructor.
ParsingPoemException
public ParsingPoemException(PoemType type,
java.lang.String string)
- Constructor.
getMessage
public java.lang.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-2009 PanEris. All Rights Reserved.