public class InvalidPropertyException extends ResourceException
| Constructor and Description |
|---|
InvalidPropertyException() |
InvalidPropertyException(String message) |
InvalidPropertyException(String message,
String errorCode) |
InvalidPropertyException(String message,
Throwable cause) |
InvalidPropertyException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor[] |
getInvalidPropertyDescriptors() |
void |
setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties) |
getErrorCode, getLinkedException, setErrorCode, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPropertyException()
public InvalidPropertyException(String message)
public InvalidPropertyException(Throwable cause)
public void setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)
public PropertyDescriptor[] getInvalidPropertyDescriptors()
Copyright © 2013. All Rights Reserved.