public class InvalidPropertyException extends RuntimeException
| Constructor and Description |
|---|
InvalidPropertyException(String path,
Object value) |
InvalidPropertyException(String message,
String path,
Object value) |
InvalidPropertyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
String path,
Object value) |
InvalidPropertyException(String message,
Throwable cause,
String path,
Object value) |
InvalidPropertyException(Throwable cause,
String path,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Object |
getValue() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace