javax.xml.bind
Class ValidationException
public class ValidationException
The
MarshalException
is a subclass of the
JAXBException
being thrown if the
validation of a JAXB object failed.
ValidationException(String pMessage) - Creates a new
ValidationException with the specified
detail message.
|
ValidationException(String pMessage, String pErrorCode) - Creates a new
ValidationException with the specified
detail message and vendor specific error code.
|
ValidationException(String pMessage, String pErrorCode, Throwable pLinkedException) - Creates a new
ValidationException with the specified
detail message, error code, and linked exception.
|
ValidationException(String pMessage, Throwable pLinkedException) - Creates a new
ValidationException with the specified
detail message and linked exception.
|
ValidationException(Throwable pLinkedException) - Creates a new
ValidationException with the specified
linked exception.
|
ValidationException
public ValidationException(String pMessage)
Creates a new ValidationException
with the specified
detail message.
pMessage
- The detail message.
ValidationException
public ValidationException(String pMessage,
String pErrorCode)
Creates a new ValidationException
with the specified
detail message and vendor specific error code.
pMessage
- The detail message.pErrorCode
- The error code.
ValidationException
public ValidationException(String pMessage,
String pErrorCode,
Throwable pLinkedException)
Creates a new ValidationException
with the specified
detail message, error code, and linked exception.
pMessage
- The detail message.pErrorCode
- The vendor specific error code.pLinkedException
- The linked exception.
ValidationException
public ValidationException(String pMessage,
Throwable pLinkedException)
Creates a new ValidationException
with the specified
detail message and linked exception.
pMessage
- The detail message.pLinkedException
- The linked exception.
ValidationException
public ValidationException(Throwable pLinkedException)
Creates a new ValidationException
with the specified
linked exception.
pLinkedException
- The linked exception.