Uses of Package
org.apache.commons.math4.legacy.exception
-
Packages that use org.apache.commons.math4.legacy.exception Package Description org.apache.commons.math4.legacy.exception Specialized exceptions for algorithms errors. -
Classes in org.apache.commons.math4.legacy.exception used by org.apache.commons.math4.legacy.exception Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalNumberException Base class for exceptions raised by a wrong number.MathIllegalStateException Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.MathRuntimeException As of release 4.0, all exceptions thrown by the Commons Math code (exceptNullArgumentException
) inherit from this class.MaxCountExceededException Exception to be thrown when some counter maximum value is exceeded.NumberIsTooSmallException Exception to be thrown when a number is too small.