Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.exception Classes and Interfaces - 33 results found.
NameDescriptionTypePackageFramework
ArgUtilsUtility class for transforming the list of arguments passed to constructors of exceptions.Classorg.apache.commons.math3.exception.utilApache Commons
ConvergenceExceptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Classorg.apache.commons.math3.exceptionApache Commons
DimensionMismatchExceptionException to be thrown when two dimensions differ.Classorg.apache.commons.math3.exceptionApache Commons
DummyLocalizableDummy implementation of the Localizable interface, without localization.Classorg.apache.commons.math3.exception.utilApache Commons
ExceptionContextClass that contains the actual implementation of the functionality mandated by the ExceptionContext interface.Classorg.apache.commons.math3.exception.utilApache Commons
ExceptionContextProviderInterfaceorg.apache.commons.math3.exception.utilApache Commons
InsufficientDataExceptionException to be thrown when there is insufficient data to perform a computation.Classorg.apache.commons.math3.exceptionApache Commons
LocalizableInterface for localizable strings.Interfaceorg.apache.commons.math3.exception.utilApache Commons
LocalizedFormatsenum LocalizedFormatsEnumeration for localized messages formats used in exceptions messages.Classorg.apache.commons.math3.exception.utilApache Commons
MathArithmeticExceptionBase class for arithmetic exceptions.Classorg.apache.commons.math3.exceptionApache Commons
MathIllegalArgumentExceptionBase class for all preconditions violation exceptions.Classorg.apache.commons.math3.exceptionApache Commons
MathIllegalNumberExceptionBase class for exceptions raised by a wrong number.Classorg.apache.commons.math3.exceptionApache Commons
MathIllegalStateExceptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply withClassorg.apache.commons.math3.exceptionApache Commons
MathInternalErrorException triggered when something that shouldn't happen does happen.Classorg.apache.commons.math3.exceptionApache Commons
MathParseExceptionClass to signal parse failures.Classorg.apache.commons.math3.exceptionApache Commons
MathRuntimeExceptionAs of release 4.Classorg.apache.commons.math3.exceptionApache Commons
MathUnsupportedOperationExceptionBase class for all unsupported features.Classorg.apache.commons.math3.exceptionApache Commons
MaxCountExceededExceptionException to be thrown when some counter maximum value is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
MultiDimensionMismatchExceptionException to be thrown when two sets of dimensions differ.Classorg.apache.commons.math3.exceptionApache Commons
NoBracketingExceptionException to be thrown when function values have the same sign at both ends of an interval.Classorg.apache.commons.math3.exceptionApache Commons
NoDataExceptionException to be thrown when the required data is missing.Classorg.apache.commons.math3.exceptionApache Commons
NonMonotonicSequenceExceptionException to be thrown when the a sequence of values is not monotonically increasing or decreasing.Classorg.apache.commons.math3.exceptionApache Commons
NotANumberExceptionException to be thrown when a number is not a number.Classorg.apache.commons.math3.exceptionApache Commons
NotFiniteNumberExceptionException to be thrown when a number is not finite.Classorg.apache.commons.math3.exceptionApache Commons
NotPositiveExceptionException to be thrown when the argument is negative.Classorg.apache.commons.math3.exceptionApache Commons
NotStrictlyPositiveExceptionException to be thrown when the argument is not greater than 0.Classorg.apache.commons.math3.exceptionApache Commons
NullArgumentExceptionAll conditions checks that fail due to a null argument must throw This class is meant to signal a precondition violation (null is an illegalClassorg.apache.commons.math3.exceptionApache Commons
NumberIsTooLargeExceptionException to be thrown when a number is too large.Classorg.apache.commons.math3.exceptionApache Commons
NumberIsTooSmallExceptionException to be thrown when a number is too small.Classorg.apache.commons.math3.exceptionApache Commons
OutOfRangeExceptionException to be thrown when some argument is out of range.Classorg.apache.commons.math3.exceptionApache Commons
TooManyEvaluationsExceptionException to be thrown when the maximal number of evaluations is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
TooManyIterationsExceptionException to be thrown when the maximal number of iterations is exceeded.Classorg.apache.commons.math3.exceptionApache Commons
ZeroExceptionException to be thrown when zero is provided where it is not allowed.Classorg.apache.commons.math3.exceptionApache Commons