Serializable
, LocalizedException
public class OrekitIllegalArgumentException extends IllegalArgumentException implements LocalizedException
IllegalArgumentException
with localized message.Constructor | Description |
---|---|
OrekitIllegalArgumentException(org.hipparchus.exception.Localizable specifier,
Object... parts) |
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.
|
org.hipparchus.exception.Localizable |
getSpecifier() |
Get the localizable specifier of the error message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OrekitIllegalArgumentException(org.hipparchus.exception.Localizable specifier, Object... parts)
specifier
- format specifier (to be translated)parts
- parts to insert in the format (no translation)public String getMessage(Locale locale)
getMessage
in interface LocalizedException
locale
- Locale in which the message should be translatedpublic String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public org.hipparchus.exception.Localizable getSpecifier()
getSpecifier
in interface LocalizedException
public Object[] getParts()
getParts
in interface LocalizedException
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.