public class PropertyException extends JAXBException
JAXBContext,
Validator,
Unmarshaller,
Serialized Form
| Constructor and Description |
|---|
PropertyException(String
Construct a PropertyException with the specified detail message.
|
PropertyException(String
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
|
PropertyException(String
Construct a PropertyException with the specified detail message and vendor specific errorCode.
|
PropertyException(String
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
|
PropertyException(String
Construct a PropertyException with the specified detail message and linkedException.
|
PropertyException(Throwable
Construct a PropertyException with a linkedException.
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic PropertyException(Stringmessage)
message - a description of the exception
public PropertyException(Stringmessage, String errorCode)
message - a description of the exception
errorCode - a string specifying the vendor specific error code
public PropertyException(Throwableexception)
exception - the linked exception
public PropertyException(Stringmessage, Throwable exception)
message - a description of the exception
exception - the linked exception
public PropertyException(Stringmessage, String errorCode, Throwable exception)
message - a description of the exception
errorCode - a string specifying the vendor specific error code
exception - the linked exception
public PropertyException(Stringname, Object value)
name - the name of the property related to this exception
value - the value of the property related to this exception