public class ParsingPoemException extends NormalPoemException
String
representation of a non-String datatype instance.| Modifier and Type | Field and Description |
|---|---|
String |
string
The String that we failed to force into type.
|
PoemType<?> |
type
The PoemType of Field value.
|
subException| Constructor and Description |
|---|
ParsingPoemException(PoemType<?> type,
String string)
Constructor.
|
ParsingPoemException(PoemType<?> type,
String string,
Exception exception)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic PoemType<?> type
public String string
public ParsingPoemException(PoemType<?> type, String string, Exception exception)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.