org.apache.commons.math3.exception
Class ZeroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.exception.MathIllegalNumberException
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 1364378 2012-07-22 17:42:38Z tn $
- See Also:
- Serialized Form
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.