public class InvalidPropertyException extends ResourceException
| Constructor and Description | 
|---|
InvalidPropertyException()
Create a InvalidPropertyException. 
 | 
InvalidPropertyException(java.lang.String message)
Create a InvalidPropertyException. 
 | 
InvalidPropertyException(java.lang.String message,
                        java.lang.String errorCode)
Constructs a new throwable with the specified detail message and
 an error code. 
 | 
InvalidPropertyException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a new throwable with the specified detail message and cause. 
 | 
InvalidPropertyException(java.lang.Throwable cause)
Constructs a new throwable with the specified cause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.beans.PropertyDescriptor[] | 
getInvalidPropertyDescriptors()
Get the list of invalid properties. 
 | 
void | 
setInvalidPropertyDescriptors(java.beans.PropertyDescriptor[] invalidProperties)
Set a list of invalid properties. 
 | 
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionpublic InvalidPropertyException()
public InvalidPropertyException(java.lang.String message)
message - a description of the exceptionpublic InvalidPropertyException(java.lang.Throwable cause)
cause - a chained exception of type Throwable.public InvalidPropertyException(java.lang.String message,
                                java.lang.Throwable cause)
message - the detail message.cause - a chained exception of type Throwable.public InvalidPropertyException(java.lang.String message,
                                java.lang.String errorCode)
message - a description of the exception.errorCode - a string specifying the vendor specific error code.public void setInvalidPropertyDescriptors(java.beans.PropertyDescriptor[] invalidProperties)
invalidProperties - set of invalid property descriptorspublic java.beans.PropertyDescriptor[] getInvalidPropertyDescriptors()