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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPropertyException()
public InvalidPropertyException(String message)
public InvalidPropertyException(Throwable cause)
public void setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)
public PropertyDescriptor[] getInvalidPropertyDescriptors()
Copyright © 2013. All Rights Reserved.