org.apache.commons.math3.exception
Class ZeroException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.commons.math3.exception.MathIllegalArgumentException
                      extended by org.apache.commons.math3.exception.MathIllegalNumberException
                          extended by org.apache.commons.math3.exception.ZeroException
All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class ZeroException
extends MathIllegalNumberException

Exception to be thrown when zero is provided where it is not allowed.

Since:
2.2
Version:
$Id: ZeroException.java 1244107 2012-02-14 16:17:55Z erans $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serializable version identifier
 
Constructor Summary
ZeroException()
          Construct the exception.
ZeroException(Localizable specific, Object... arguments)
          Construct the exception with a specific context.
 
Method Summary
 
Methods inherited from class org.apache.commons.math3.exception.MathIllegalNumberException
getArgument
 
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serializable version identifier

See Also:
Constant Field Values
Constructor Detail

ZeroException

public ZeroException()
Construct the exception.


ZeroException

public ZeroException(Localizable specific,
                     Object... arguments)
Construct the exception with a specific context.

Parameters:
specific - Specific context pattern.
arguments - Arguments.


Copyright (c) 2003-2013 Apache Software Foundation