public class RuggedInternalError extends RuntimeException implements org.hipparchus.exception.LocalizedException
Runtime
with localized message for internal errors only.Constructor and Description |
---|
RuggedInternalError(Throwable cause)
Create an exception with localized message.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
String |
getMessage(Locale locale) |
Object[] |
getParts() |
org.hipparchus.exception.Localizable |
getSpecifier() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuggedInternalError(Throwable cause)
cause
- underlying causepublic String getMessage(Locale locale)
getMessage
in interface org.hipparchus.exception.LocalizedException
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public org.hipparchus.exception.Localizable getSpecifier()
getSpecifier
in interface org.hipparchus.exception.LocalizedException
public Object[] getParts()
getParts
in interface org.hipparchus.exception.LocalizedException
Copyright © 2014–2023 CS GROUP. All rights reserved.