Uses of Interface
org.apache.commons.math.exception.util.Localizable
Packages that use Localizable
Package
Description
Common classes used throughout the commons-math library.
This package provided classes to solve estimation problems, it is deprecated since 2.0.
Specialized exceptions for algorithms errors.
Classes supporting exception localization.
This package provides basic 3D geometry components.
Linear algebra support.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
-
Uses of Localizable in org.apache.commons.math
Methods in org.apache.commons.math that return LocalizableModifier and TypeMethodDescriptionMathException.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathRuntimeException.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathException.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.MathRuntimeException.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.Methods in org.apache.commons.math with parameters of type LocalizableModifier and TypeMethodDescriptionstatic ArithmeticException
MathRuntimeException.createArithmeticException
(Localizable pattern, Object... arguments) Constructs a newArithmeticException
with specified formatted detail message.MathRuntimeException.createArrayIndexOutOfBoundsException
(Localizable pattern, Object... arguments) Constructs a newArrayIndexOutOfBoundsException
with specified formatted detail message.MathRuntimeException.createConcurrentModificationException
(Localizable pattern, Object... arguments) Constructs a newConcurrentModificationException
with specified formatted detail message.static EOFException
MathRuntimeException.createEOFException
(Localizable pattern, Object... arguments) Constructs a newEOFException
with specified formatted detail message.static IllegalArgumentException
MathRuntimeException.createIllegalArgumentException
(Localizable pattern, Object... arguments) Constructs a newIllegalArgumentException
with specified formatted detail message.static IllegalStateException
MathRuntimeException.createIllegalStateException
(Localizable pattern, Object... arguments) Constructs a newIllegalStateException
with specified formatted detail message.static NoSuchElementException
MathRuntimeException.createNoSuchElementException
(Localizable pattern, Object... arguments) Constructs a newNoSuchElementException
with specified formatted detail message.static NullPointerException
MathRuntimeException.createNullPointerException
(Localizable pattern, Object... arguments) Deprecated.in 2.2.static ParseException
MathRuntimeException.createParseException
(int offset, Localizable pattern, Object... arguments) Constructs a newParseException
with specified formatted detail message.MathRuntimeException.createUnsupportedOperationException
(Localizable pattern, Object... arguments) Deprecated.in 2.2.Constructors in org.apache.commons.math with parameters of type LocalizableModifierConstructorDescriptionConvergenceException
(Throwable cause, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message and root cause.ConvergenceException
(Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message.FunctionEvaluationException
(double[] argument, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message.FunctionEvaluationException
(double argument, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message.FunctionEvaluationException
(Throwable cause, double[] argument, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message and root cause.FunctionEvaluationException
(Throwable cause, double argument, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message and root cause.MathConfigurationException
(Throwable cause, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message and root cause.MathConfigurationException
(Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message.MathException
(Throwable rootCause, Localizable pattern, Object... arguments) Constructs a newMathException
with specified formatted detail message and nestedThrowable
root cause.MathException
(Localizable pattern, Object... arguments) Constructs a newMathException
with specified formatted detail message.MathRuntimeException
(Throwable rootCause, Localizable pattern, Object... arguments) Constructs a newMathRuntimeException
with specified formatted detail message and nestedThrowable
root cause.MathRuntimeException
(Localizable pattern, Object... arguments) Constructs a newMathRuntimeException
with specified formatted detail message.MaxEvaluationsExceededException
(int maxEvaluations, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message.MaxIterationsExceededException
(int maxIterations, Localizable pattern, Object... arguments) Constructs an exception with specified formatted detail message. -
Uses of Localizable in org.apache.commons.math.estimation
Constructors in org.apache.commons.math.estimation with parameters of type LocalizableModifierConstructorDescriptionEstimationException
(Localizable specifier, Object... parts) Deprecated.Simple constructor. -
Uses of Localizable in org.apache.commons.math.exception
Methods in org.apache.commons.math.exception that return LocalizableModifier and TypeMethodDescriptionMathIllegalArgumentException.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathIllegalStateException.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathThrowable.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathUnsupportedOperationException.getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.MathIllegalArgumentException.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.MathIllegalStateException.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.MathThrowable.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.MathUnsupportedOperationException.getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.Constructors in org.apache.commons.math.exception with parameters of type LocalizableModifierConstructorDescriptionConvergenceException
(Localizable specific) Construct the exception with a specific context.ConvergenceException
(Localizable specific, Object... args) Construct the exception with a specific context and arguments.protected
MathIllegalArgumentException
(Localizable general, Object... args) protected
MathIllegalArgumentException
(Localizable specific, Localizable general, Object... args) protected
MathIllegalNumberException
(Localizable general, Number wrong, Object... arguments) Construct an exception.protected
MathIllegalNumberException
(Localizable specific, Localizable general, Number wrong, Object... arguments) Construct an exception.MathIllegalStateException
(Throwable cause, Localizable general, Object... args) Simple constructor.MathIllegalStateException
(Throwable cause, Localizable specific, Localizable general, Object... args) Simple constructor.MathIllegalStateException
(Localizable general, Object... args) MathIllegalStateException
(Localizable specific, Localizable general, Object... args) Simple constructor.MathUnsupportedOperationException
(Localizable specific, Object... args) NoDataException
(Localizable specific) 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 specific) 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.ZeroException
(Localizable specific) Construct the exception with a specific context. -
Uses of Localizable in org.apache.commons.math.exception.util
Classes in org.apache.commons.math.exception.util that implement LocalizableModifier and TypeClassDescriptionclass
Dummy implementation of theLocalizable
interface, without localization.enum
Enumeration for localized messages formats used in exceptions messages.Methods in org.apache.commons.math.exception.util with parameters of type LocalizableModifier and TypeMethodDescriptionstatic String
MessageFactory.buildMessage
(Locale locale, Localizable pattern, Object... arguments) Builds a message string by from a pattern and its arguments.static String
MessageFactory.buildMessage
(Locale locale, Localizable specific, Localizable general, Object... arguments) Builds a message string by from two patterns (specific and general) and an argument list. -
Uses of Localizable in org.apache.commons.math.geometry
Constructors in org.apache.commons.math.geometry with parameters of type LocalizableModifierConstructorDescriptionNotARotationMatrixException
(Localizable specifier, Object... parts) Simple constructor. -
Uses of Localizable in org.apache.commons.math.linear
Constructors in org.apache.commons.math.linear with parameters of type LocalizableModifierConstructorDescriptionInvalidMatrixException
(Localizable pattern, Object... arguments) Construct an exception with the given message.MatrixIndexException
(Localizable pattern, Object... arguments) Constructs a new instance with specified formatted detail message.MatrixVisitorException
(Localizable pattern, Object[] arguments) Constructs a new instance with specified formatted detail message. -
Uses of Localizable in org.apache.commons.math.ode
Constructors in org.apache.commons.math.ode with parameters of type LocalizableModifierConstructorDescriptionDerivativeException
(Localizable specifier, Object... parts) Simple constructor.IntegratorException
(Localizable specifier, Object... parts) Simple constructor. -
Uses of Localizable in org.apache.commons.math.ode.events
Constructors in org.apache.commons.math.ode.events with parameters of type LocalizableModifierConstructorDescriptionEventException
(Localizable specifier, Object... parts) Simple constructor. -
Uses of Localizable in org.apache.commons.math.optimization
Constructors in org.apache.commons.math.optimization with parameters of type LocalizableModifierConstructorDescriptionOptimizationException
(Localizable specifier, Object... parts) Deprecated.Simple constructor.