Constructor and Description |
---|
ConvergenceException(Localizable pattern,
Object... args)
Construct the exception with a specific context and arguments.
|
DimensionMismatchException(Localizable specific,
int wrong,
int expected)
Construct an exception from the mismatched dimensions.
|
MathArithmeticException(Localizable pattern,
Object... args)
Constructor with a specific message.
|
MathIllegalArgumentException(Localizable pattern,
Object... args) |
MathIllegalNumberException(Localizable pattern,
Number wrong,
Object... arguments)
Construct an exception.
|
MathIllegalStateException(Localizable pattern,
Object... args)
Simple constructor.
|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args)
Simple constructor.
|
MathInternalError(Localizable pattern,
Object... args)
Constructor accepting a localized message.
|
MathRuntimeException(Localizable pattern,
Object... args) |
MathUnsupportedOperationException(Localizable pattern,
Object... args) |
MaxCountExceededException(Localizable specific,
Number maxIn,
Object... args)
Construct the exception with a specific context.
|
MultiDimensionMismatchException(Localizable specific,
Integer[] wrongIn,
Integer[] expectedIn)
Construct an exception from the mismatched dimensions.
|
NoBracketingException(Localizable specific,
double loIn,
double hiIn,
double fLoIn,
double fHiIn,
Object... args)
Construct the exception with a specific context.
|
NoDataException(Localizable specific)
Construct the exception with a specific context.
|
NotFiniteNumberException(Localizable specific,
Number wrong,
Object... args)
Construct the exception with a specific context.
|
NotPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NotStrictlyPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NullArgumentException(Localizable pattern,
Object... arguments) |
NumberIsTooLargeException(Localizable specific,
Number wrong,
Number maxIn,
boolean boundIsAllowedIn)
Construct the exception with a specific context.
|
NumberIsTooSmallException(Localizable specific,
Number wrong,
Number minIn,
boolean boundIsAllowedIn)
Construct the exception with a specific context.
|
OutOfRangeException(Localizable specific,
Number wrong,
Number loIn,
Number hiIn)
Construct an exception from the mismatched dimensions with a
specific context information.
|
ZeroException(Localizable specific,
Object... arguments)
Construct the exception with a specific context.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyLocalizable
Dummy implementation of the
Localizable interface, without localization. |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionContext.addMessage(Localizable pattern,
Object... arguments)
Adds a message.
|
Constructor and Description |
---|
InvalidRepresentationException(Localizable pattern,
Object... args)
Construct an InvalidRepresentationException with a specialized message.
|
Constructor and Description |
---|
NotARotationMatrixException(Localizable specifier,
Object... parts)
Simple constructor.
|
Constructor and Description |
---|
ModelSpecificationException(Localizable pattern,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static void |
MathUtils.checkNotNull(Object o,
Localizable pattern,
Object... args)
Checks that an object is not null.
|
Modifier and Type | Class and Description |
---|---|
class |
PatriusMessages
Enumeration for localized messages formats used in exceptions messages.
|
Modifier and Type | Method and Description |
---|---|
Localizable |
PatriusException.getSpecifier()
Get the localizable specifier of the error message.
|
Modifier and Type | Method and Description |
---|---|
static IllegalArgumentException |
PatriusException.createIllegalArgumentException(Localizable specifier,
Object... parts)
Create an
IllegalArgumentException with localized message. |
static IllegalStateException |
PatriusException.createIllegalStateException(Localizable specifier,
Object... parts)
Create an
IllegalStateException with localized message. |
static ParseException |
PatriusException.createParseException(Localizable specifier,
Object... parts)
Create an
ParseException with localized message. |
Constructor and Description |
---|
FrameAncestorException(Localizable specifier,
Object... parts)
Simple constructor.
|
PatriusException(Localizable specifierIn,
Object... partsIn)
Simple constructor.
|
PatriusException(Localizable message,
Throwable cause)
Simple constructor.
|
PatriusException(Throwable cause,
Localizable specifierIn,
Object... partsIn)
Simple constructor.
|
PatriusRuntimeException(Localizable specifier,
Throwable cause)
Constructor with a Localizable specifier instead of a String.
|
PropagationException(Localizable specifier,
Object... parts)
Simple constructor.
|
PropagationException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
TimeStampedCacheException(Localizable specifier,
Object... parts)
Simple constructor.
|
TimeStampedCacheException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
Copyright © 2021 CNES. All rights reserved.