public class TypeMismatchPoemException extends AppBugPoemException
| Modifier and Type | Field and Description |
|---|---|
PoemType<?> |
type
The type of the destination.
|
Object |
value
The value we are trying to assign.
|
subException| Constructor and Description |
|---|
TypeMismatchPoemException(Object value,
PoemType<?> type)
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 Object value
public PoemType<?> type
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.