
public class PropertyNotFoundException extends RuntimeException
Configurable objects if an attempt
is made to set or get a property that does not exist.
You can get the name of the unfound property from: Throwable.getMessage().| Constructor and Description |
|---|
PropertyNotFoundException()
Create an unknown property not found exception.
|
PropertyNotFoundException(String property)
Create with property name.
|
PropertyNotFoundException(String property,
Throwable e)
Create with property and exception
|
PropertyNotFoundException(Throwable e)
Create with exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException()
public PropertyNotFoundException(String property)
property - properyt namepublic PropertyNotFoundException(Throwable e)
e - exceptionCopyright © 2018 Humble Software. All rights reserved.