public class BeanPropertyException extends RuntimeException
Long test(); is applied to a component property "test"
of type String.| Constructor and Description |
|---|
BeanPropertyException(String message)
Create a Bean Property Exception with a message.
|
BeanPropertyException(String message,
Throwable cause)
Create a Bean Property Exception with a message and a nested cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BeanPropertyException(String message)
message - The message for this exception.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0