public class OrekitInternalError extends IllegalStateException implements LocalizedException
Runtime
的扩展,仅用于内部错误的本地化消息。
Constructor and Description |
---|
OrekitInternalError(Throwable cause)
创建带有本地化消息的异常。
|
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 OrekitInternalError(Throwable cause)
cause
- 根本原因
public String getMessage(Locale locale)
getMessage
在接口 LocalizedException
locale
- 应翻译消息的区域设置
public String getMessage()
getMessage
在类 Throwable
public String getLocalizedMessage()
getLocalizedMessage
在类 Throwable
public org.hipparchus.exception.Localizable getSpecifier()
getSpecifier
在接口 LocalizedException
public Object[] getParts()
getParts
在接口 LocalizedException
Copyright © 2002-2023 CS GROUP. All rights reserved.