public final class InvalidPropertyException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private String |
property
Name of the invalid property.
|
private String |
propertyValue
Value of the invalid property.
|
private static long |
serialVersionUID
Unique Serial ID.
|
| Constructor and Description |
|---|
InvalidPropertyException(String propertyArg,
String propertyValueArg)
Constructor copy property name and his value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Get the property name.
|
String |
getPropertyValue()
Get the property value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final String property
private final String propertyValue
Copyright © 2013–2015. All rights reserved.