Serializable, org.hipparchus.exception.LocalizedExceptionpublic class RuggedInternalError extends RuntimeException implements org.hipparchus.exception.LocalizedException
Runtime with localized message for internal errors only.| Constructor | Description |
|---|---|
RuggedInternalError(Throwable cause) |
Create an exception with localized message.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocalizedMessage() |
|
String |
getMessage() |
|
String |
getMessage(Locale locale) |
|
Object[] |
getParts() |
|
org.hipparchus.exception.Localizable |
getSpecifier() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuggedInternalError(Throwable cause)
cause - underlying causepublic String getMessage(Locale locale)
getMessage in interface org.hipparchus.exception.LocalizedExceptionpublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic org.hipparchus.exception.Localizable getSpecifier()
getSpecifier in interface org.hipparchus.exception.LocalizedExceptionpublic Object[] getParts()
getParts in interface org.hipparchus.exception.LocalizedExceptionCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.