public class InvalidPropertyException extends ResourceException
| Constructor and Description | 
|---|
| InvalidPropertyException()Create a InvalidPropertyException. | 
| InvalidPropertyException(String message)Create a InvalidPropertyException. | 
| InvalidPropertyException(String message,
                        String errorCode)Constructs a new throwable with the specified detail message and
 an error code. | 
| InvalidPropertyException(String message,
                        Throwable cause)Constructs a new throwable with the specified detail message and cause. | 
| InvalidPropertyException(Throwable cause)Constructs a new throwable with the specified cause. | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyDescriptor[] | getInvalidPropertyDescriptors()Get the list of invalid properties. | 
| void | setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)Set a list of invalid properties. | 
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPropertyException()
public InvalidPropertyException(String message)
message - a description of the exceptionpublic InvalidPropertyException(Throwable cause)
cause - a chained exception of type Throwable.public InvalidPropertyException(String message, Throwable cause)
message - the detail message.cause - a chained exception of type Throwable.public void setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)
invalidProperties - The invalid propertiespublic PropertyDescriptor[] getInvalidPropertyDescriptors()
Copyright © 2018 JBoss by Red Hat. All rights reserved.