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