public class PropertyException extends JAXBException
JAXBContext, Validator, Unmarshaller, Serialized Form| Constructor and Description | 
|---|
| PropertyException(java.lang.String message)Constructor for PropertyException. | 
| PropertyException(java.lang.String name, java.lang.Object value)Constructor for PropertyException. | 
| PropertyException(java.lang.String message, java.lang.String errorCode)Constructor for PropertyException. | 
| PropertyException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable exception)Constructor for PropertyException. | 
| PropertyException(java.lang.String message, java.lang.Throwable exception)Constructor for PropertyException. | 
| PropertyException(java.lang.Throwable exception)Constructor for PropertyException. | 
getErrorCode, getLinkedException, printStackTrace, printStackTrace, setLinkedException, toStringpublic PropertyException(java.lang.String message)
message -public PropertyException(java.lang.String message,
                         java.lang.String errorCode)
message -errorCode -public PropertyException(java.lang.Throwable exception)
exception -public PropertyException(java.lang.String message,
                         java.lang.Throwable exception)
message -exception -public PropertyException(java.lang.String message,
                         java.lang.String errorCode,
                         java.lang.Throwable exception)
message -errorCode -exception -public PropertyException(java.lang.String name,
                         java.lang.Object value)
name - the name of the property related to this exceptionvalue - the value of the property related to this exception