public abstract class UriParserException extends ODataLibraryException
ODataLibraryException.MessageKey, ODataLibraryException.ODataErrorMessageDEFAULT_SERVER_BUNDLE_NAME| Constructor and Description |
|---|
UriParserException(String developmentMessage,
ODataLibraryException.MessageKey messageKey,
String... parameters) |
UriParserException(String developmentMessage,
Throwable cause,
ODataLibraryException.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 UriParserException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)
public UriParserException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters)
protected String getBundleName()
ODataLibraryExceptionGets 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 ODataLibraryException.MessageKey, separated by a dot.
getBundleName in class ODataLibraryExceptionCopyright © 2023. All rights reserved.