| Package | Description |
|---|---|
| com.google.gdata.model | |
| com.google.gdata.util | |
| com.google.gdata.wireformats |
| Modifier and Type | Method and Description |
|---|---|
Map<Element,List<ErrorContent>> |
ValidationContext.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.addError(Element element,
ErrorContent error)
Add a validation error to list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorDomain.ErrorCode
ErrorCode objects represent an error code within an error domain.
|
class |
ErrorElement
A mutable
ErrorContent to hold structured error information. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceException.matches(ErrorContent code)
Return true if this ServiceException matches the specified
ErrorContent in domain name and code name. |
boolean |
ServiceException.matchesAny(ErrorContent errorCode)
Return true if this ServiceException or any of its sibling exceptions
matches the specified
ErrorContent in domain name and code name. |
| Constructor and Description |
|---|
EntityTooLargeException(ErrorContent errorCode) |
EntityTooLargeException(ErrorContent errorCode,
Throwable cause) |
InvalidEntryException(ErrorContent errorCode) |
InvalidEntryException(ErrorContent errorCode,
Throwable cause) |
ParseException(ErrorContent errorCode) |
ParseException(ErrorContent errorCode,
Throwable cause) |
RateLimitExceededException(ErrorContent errorCode) |
RateLimitExceededException(ErrorContent errorCode,
Throwable cause) |
ServiceException(ErrorContent errorCode)
Initializes the ServiceException using an
ErrorContent object that
encapsulates most of the information about the error. |
ServiceException(ErrorContent errorCode,
Throwable cause)
Initializes the ServiceException using an
ErrorContent object that
encapsulates most of the information about the error, and an embedded
exception. |
UnprocessableEntityException(ErrorContent errorCode) |
UnprocessableEntityException(ErrorContent errorCode,
Throwable cause) |
| Constructor and Description |
|---|
ContentCreationException(ErrorContent errorCode) |
ContentCreationException(ErrorContent errorCode,
Throwable cause) |
Copyright © 2012. All Rights Reserved.