|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.wireformats.ContentValidationException
public class ContentValidationException
The ContentValidationException indicates that an instance document does not conform to the content model.
Field Summary | |
---|---|
protected ValidationContext |
vc
|
Constructor Summary | |
---|---|
ContentValidationException(java.lang.String message,
ValidationContext vc)
|
Method Summary | |
---|---|
ValidationContext |
getContext()
|
ParseException |
toParseException()
Converts a ContentValidationException to a parse exception, with a separate exception for each parser error that was encountered. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ValidationContext vc
Constructor Detail |
---|
public ContentValidationException(java.lang.String message, ValidationContext vc)
Method Detail |
---|
public ValidationContext getContext()
public ParseException toParseException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |