public class ValidationPoemException extends NormalPoemException
Field's value does not meet its contract.| Modifier and Type | Field and Description |
|---|---|
PoemType<?> |
type
Type we are trying to assign to.
|
Object |
value
Value that will not be coerced.
|
subException| Constructor and Description |
|---|
ValidationPoemException(PoemType<?> type,
Object value)
Constructor.
|
ValidationPoemException(PoemType<?> type,
Object value,
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 Object value
public ValidationPoemException(PoemType<?> type, Object value, Exception exception)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.