public class PropertyException extends JAXBException
JAXBContext
,
Validator
,
Unmarshaller
,
Serialized FormConstructor 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, toString
public 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 exceptionCopyright © 2020, 2024, Oracle and/or its affiliates.