Serializable, LocalizedExceptionpublic class OrekitInternalError extends IllegalStateException implements LocalizedException
Runtime with localized message for internal errors only.| Constructor | Description |
|---|---|
OrekitInternalError(Throwable cause) |
Create an exception with localized message.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocalizedMessage() |
|
String |
getMessage() |
|
String |
getMessage(Locale locale) |
Gets the message in a specified locale.
|
Object[] |
getParts() |
Get the variable parts of the error message.
|
Localizable |
getSpecifier() |
Get the localizable specifier of the error message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OrekitInternalError(Throwable cause)
cause - underlying causepublic String getMessage(Locale locale)
getMessage in interface LocalizedExceptionlocale - Locale in which the message should be translatedpublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic Localizable getSpecifier()
getSpecifier in interface LocalizedExceptionpublic Object[] getParts()
getParts in interface LocalizedExceptionCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.