PropertyNotFoundException
.public class PropertyNotFoundException extends EvaluationException
An exception caused by a property name that cannot be resolved against a base object.
Constructor and Description |
---|
PropertyNotFoundException()
Deprecated.
Construct a new exception with no detail message or root cause.
|
PropertyNotFoundException(String message)
Deprecated.
Construct a new exception with the specified detail message and
no root cause.
|
PropertyNotFoundException(String message,
Throwable cause)
Deprecated.
Construct a new exception with the specified detail message and
root cause.
|
PropertyNotFoundException(Throwable cause)
Deprecated.
Construct a new exception with the specified root cause.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotFoundException()
Construct a new exception with no detail message or root cause.
public PropertyNotFoundException(String message)
Construct a new exception with the specified detail message and no root cause.
message
- The detail message for this exceptionpublic PropertyNotFoundException(Throwable cause)
Construct a new exception with the specified root cause. The detail
message will be set to (cause == null ? null :
cause.toString()
cause
- The root cause for this exceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.