public class ODataSerializerException extends ODataTranslatedException
| Modifier and Type | Class and Description |
|---|---|
static class |
ODataSerializerException.MessageKeys |
ODataTranslatedException.MessageKey, ODataTranslatedException.ODataErrorMessageDEFAULT_SERVER_BUNDLE_NAME| Constructor and Description |
|---|
ODataSerializerException(String developmentMessage,
ODataTranslatedException.MessageKey messageKey,
String... parameters) |
ODataSerializerException(String developmentMessage,
Throwable cause,
ODataTranslatedException.MessageKey messageKey,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBundleName()
Gets the name of the
ResourceBundle containing the exception texts. |
getLocalizedMessage, getMessageKey, getTranslatedMessage, toStringaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ODataSerializerException(String developmentMessage, ODataTranslatedException.MessageKey messageKey, String... parameters)
public ODataSerializerException(String developmentMessage, Throwable cause, ODataTranslatedException.MessageKey messageKey, String... parameters)
protected String getBundleName()
ODataTranslatedExceptionGets the name of the ResourceBundle containing the exception texts.
The key for an exception text is the concatenation of the exception-class name and
the ODataTranslatedException.MessageKey, separated by a dot.
getBundleName in class ODataTranslatedExceptionCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.