public class ExtendedPropertiesException
extends java.lang.RuntimeException
ExtendedProperties
.
This typically means that some of the extended getters accesses an invalid or
non-existent value in the properties. See the respective methods of
ExtendedProperties
that throw ExtendedPropertiesException
for more details.Constructor and Description |
---|
ExtendedPropertiesException()
Constructs a new ExtendedPropertiesException with
null as its
detail message. |
ExtendedPropertiesException(java.lang.String message)
Constructs a new ExtendedPropertiesException with the specified detailed message.
|
ExtendedPropertiesException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ExtendedPropertiesException with the specified detailed message and
cause.
|
public ExtendedPropertiesException()
null
as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable)
.public ExtendedPropertiesException(java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.message
- the detailed messagepublic ExtendedPropertiesException(java.lang.String message, java.lang.Throwable cause)
message
- the detaile messagecause
- the cause for this exception