Package org.apache.olingo.server.core
Class ODataExceptionHelper
java.lang.Object
org.apache.olingo.server.core.ODataExceptionHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic ODataServerErrorstatic ODataServerErrorcreateServerErrorObject(DeserializerException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(PreconditionException e, Locale requestedLocale) static ODataServerErrorstatic ODataServerErrorcreateServerErrorObject(ODataLibraryException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(SerializerException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(AcceptHeaderContentNegotiatorException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(ContentNegotiatorException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(ODataHandlerException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(UriParserException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(UriParserSemanticException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(UriParserSyntaxException e, Locale requestedLocale) static ODataServerErrorcreateServerErrorObject(UriValidationException e, Locale requestedLocale)
-
Method Details
-
createServerErrorObject
public static ODataServerError createServerErrorObject(UriValidationException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(UriParserSemanticException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(UriParserSyntaxException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(UriParserException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(ContentNegotiatorException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(AcceptHeaderContentNegotiatorException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(ODataHandlerException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(SerializerException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(DeserializerException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(PreconditionException e, Locale requestedLocale) -
createServerErrorObject
public static ODataServerError createServerErrorObject(ODataLibraryException e, Locale requestedLocale) -
createServerErrorObject
-
createServerErrorObject
-