Uses of Interface
org.odata4j.core.OError

Packages that use OError
org.odata4j.core Core odata4j concepts. 
org.odata4j.exceptions   
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.producer The odata4j server-side (producer-side) API. 
 

Uses of OError in org.odata4j.core
 

Methods in org.odata4j.core that return OError
static OError OErrors.error(String code, String message, String innerError)
          Creates a new OError instance.
 

Uses of OError in org.odata4j.exceptions
 

Methods in org.odata4j.exceptions that return OError
 OError ODataProducerException.getOError()
          Gets the OData error message.
 

Methods in org.odata4j.exceptions with parameters of type OError
static ODataProducerException ODataProducerExceptions.create(Response.StatusType status, OError error)
          Creates a new ODataProducerException.
 UnsupportedMediaTypeException UnsupportedMediaTypeException.Factory.createException(OError error)
           
 ServerErrorException ServerErrorException.Factory.createException(OError error)
           
 NotImplementedException NotImplementedException.Factory.createException(OError error)
           
 NotFoundException NotFoundException.Factory.createException(OError error)
           
 NotAuthorizedException NotAuthorizedException.Factory.createException(OError error)
           
 NotAcceptableException NotAcceptableException.Factory.createException(OError error)
           
 MethodNotAllowedException MethodNotAllowedException.Factory.createException(OError error)
           
 ForbiddenException ForbiddenException.Factory.createException(OError error)
           
 T ExceptionFactory.createException(OError error)
          Creates an instance of a specific sub-class of ODataProducerException.
 BadRequestException BadRequestException.Factory.createException(OError error)
           
 

Constructors in org.odata4j.exceptions with parameters of type OError
ODataProducerException(OError error)
          Constructor used by sub-classes to instantiate an exception based on the given OError that has been received and parsed by an OData consumer.
 

Uses of OError in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type OError
 FormatParser<OError> FormatParserFactory.JsonParsers.getErrorFormatParser(Settings settings)
           
 FormatParser<OError> FormatParserFactory.AtomParsers.getErrorFormatParser(Settings settings)
           
 

Uses of OError in org.odata4j.format.json
 

Methods in org.odata4j.format.json that return OError
 OError JsonErrorFormatParser.parse(Reader reader)
           
 

Uses of OError in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml that return OError
 OError AtomErrorFormatParser.parse(Reader reader)
           
 

Uses of OError in org.odata4j.producer
 

Methods in org.odata4j.producer that return OError
 OError ErrorResponse.getError()
          Get the error.
 

Methods in org.odata4j.producer with parameters of type OError
static ErrorResponse Responses.error(OError error)
          Creates a new ErrorResponse instance.
 



http://odata4j.org