Uses of Class
org.apache.commons.math.exception.MathIllegalArgumentException

Packages that use MathIllegalArgumentException
org.apache.commons.math.exception Specialized exceptions for algorithms errors. 
 

Uses of MathIllegalArgumentException in org.apache.commons.math.exception
 

Subclasses of MathIllegalArgumentException in org.apache.commons.math.exception
 class DimensionMismatchException
          Exception to be thrown when two dimensions differ.
 class MathIllegalNumberException
          Base class for exceptions raised by a wrong number.
 class NonMonotonousSequenceException
          Exception to be thrown when the a sequence of values is not monotonously increasing or decreasing.
 class NotPositiveException
          Exception to be thrown when the argument is negative.
 class NotStrictlyPositiveException
          Exception to be thrown when the argument is negative.
 class NullArgumentException
          All conditions checks that fail due to a null argument must throw this exception.
 class NumberIsTooLargeException
          Exception to be thrown when a number is too large.
 class NumberIsTooSmallException
          Exception to be thrown when a number is too small.
 class OutOfRangeException
          Exception to be thrown when some argument is out of range.
 class ZeroException
          Exception to be thrown when zero is provided where it is not allowed.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.