|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Localizable | |
---|---|
fr.cnes.sirius.patrius.exception.util | |
fr.cnes.sirius.patrius.tools.exception | |
fr.cnes.sirius.patrius.tools.exception.util | |
org.apache.commons.math3.exception | Specialized exceptions for algorithms errors. |
org.apache.commons.math3.exception.util | Classes supporting exception localization. |
org.apache.commons.math3.genetics | This package provides Genetic Algorithms components and implementations. |
org.apache.commons.math3.geometry.euclidean.threed | This package provides basic 3D geometry components. |
org.apache.commons.math3.stat.regression | Statistical routines involving multivariate data. |
org.apache.commons.math3.util | Convenience routines and common data structures used throughout the commons-math library. |
org.orekit.errors | This package provides classes to generate and handle exceptions. |
Uses of Localizable in fr.cnes.sirius.patrius.exception.util |
---|
Classes in fr.cnes.sirius.patrius.exception.util that implement Localizable | |
---|---|
class |
PatriusMessages
Enumeration for localized messages formats used in exceptions messages. |
Uses of Localizable in fr.cnes.sirius.patrius.tools.exception |
---|
Constructors in fr.cnes.sirius.patrius.tools.exception with parameters of type Localizable | |
---|---|
EphemerisComparatorException(Localizable message)
Simple constructor. |
|
EphemerisComparatorException(Localizable message,
Throwable cause)
Simple constructor. |
|
EphemerisComparatorRuntimeException(Localizable message)
Simple constructor. |
|
EphemerisComparatorRuntimeException(Localizable message,
Throwable cause)
Simple constructor. |
Uses of Localizable in fr.cnes.sirius.patrius.tools.exception.util |
---|
Classes in fr.cnes.sirius.patrius.tools.exception.util that implement Localizable | |
---|---|
class |
ToolsMessages
Enumeration for localized messages formats used in exceptions messages. |
Uses of Localizable in org.apache.commons.math3.exception |
---|
Constructors in org.apache.commons.math3.exception with parameters of type Localizable | |
---|---|
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 max,
Object... args)
Construct the exception with a specific context. |
|
MultiDimensionMismatchException(Localizable specific,
Integer[] wrong,
Integer[] expected)
Construct an exception from the mismatched dimensions. |
|
NoBracketingException(Localizable specific,
double lo,
double hi,
double fLo,
double fHi,
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 max,
boolean boundIsAllowed)
Construct the exception with a specific context. |
|
NumberIsTooSmallException(Localizable specific,
Number wrong,
Number min,
boolean boundIsAllowed)
Construct the exception with a specific context. |
|
OutOfRangeException(Localizable specific,
Number wrong,
Number lo,
Number hi)
Construct an exception from the mismatched dimensions with a specific context information. |
|
ZeroException(Localizable specific,
Object... arguments)
Construct the exception with a specific context. |
Uses of Localizable in org.apache.commons.math3.exception.util |
---|
Classes in org.apache.commons.math3.exception.util that implement Localizable | |
---|---|
class |
DummyLocalizable
Dummy implementation of the Localizable interface, without localization. |
class |
LocalizedFormats
Enumeration for localized messages formats used in exceptions messages. |
Methods in org.apache.commons.math3.exception.util with parameters of type Localizable | |
---|---|
void |
ExceptionContext.addMessage(Localizable pattern,
Object... arguments)
Adds a message. |
Uses of Localizable in org.apache.commons.math3.genetics |
---|
Constructors in org.apache.commons.math3.genetics with parameters of type Localizable | |
---|---|
InvalidRepresentationException(Localizable pattern,
Object... args)
Construct an InvalidRepresentationException with a specialized message. |
Uses of Localizable in org.apache.commons.math3.geometry.euclidean.threed |
---|
Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Localizable | |
---|---|
NotARotationMatrixException(Localizable specifier,
Object... parts)
Simple constructor. |
Uses of Localizable in org.apache.commons.math3.stat.regression |
---|
Constructors in org.apache.commons.math3.stat.regression with parameters of type Localizable | |
---|---|
ModelSpecificationException(Localizable pattern,
Object... args)
|
Uses of Localizable in org.apache.commons.math3.util |
---|
Methods in org.apache.commons.math3.util with parameters of type Localizable | |
---|---|
static void |
MathUtils.checkNotNull(Object o,
Localizable pattern,
Object... args)
Checks that an object is not null. |
Uses of Localizable in org.orekit.errors |
---|
Classes in org.orekit.errors that implement Localizable | |
---|---|
class |
OrekitAddonsMessages
OREKIT-ADDONS enumeration for localized messages formats. |
class |
OrekitMessages
Enumeration for localized messages formats. |
Methods in org.orekit.errors that return Localizable | |
---|---|
Localizable |
OrekitException.getSpecifier()
Get the localizable specifier of the error message. |
Methods in org.orekit.errors with parameters of type Localizable | |
---|---|
static IllegalArgumentException |
OrekitException.createIllegalArgumentException(Localizable specifier,
Object... parts)
Create an IllegalArgumentException with localized message. |
static IllegalStateException |
OrekitException.createIllegalStateException(Localizable specifier,
Object... parts)
Create an IllegalStateException with localized message. |
static ParseException |
OrekitException.createParseException(Localizable specifier,
Object... parts)
Create an ParseException with localized message. |
Constructors in org.orekit.errors with parameters of type Localizable | |
---|---|
FrameAncestorException(Localizable specifier,
Object... parts)
Simple constructor. |
|
OrekitException(Localizable specifier,
Object... parts)
Simple constructor. |
|
OrekitException(Localizable message,
Throwable cause)
Simple constructor. |
|
OrekitException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor. |
|
OrekitRuntimeException(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |