public class ContentValidationException extends ServiceException
| Modifier and Type | Field and Description |
|---|---|
protected ValidationContext |
vc |
| Constructor and Description |
|---|
ContentValidationException(java.lang.String message,
ValidationContext vc) |
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
getContext() |
ParseException |
toParseException()
Converts a ContentValidationException to a parse exception, with a
separate exception for each parser error that was encountered.
|
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessageprotected ValidationContext vc
public ContentValidationException(java.lang.String message,
ValidationContext vc)
public ValidationContext getContext()
public ParseException toParseException()