org.apache.commons.math.exception
Class ZeroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
org.apache.commons.math.exception.ZeroException
- All Implemented Interfaces:
- Serializable, MathThrowable
public class ZeroException
- extends MathIllegalNumberException
Exception to be thrown when zero is provided where it is not allowed.
- Since:
- 2.2
- Version:
- $Revision: 983921 $ $Date: 2010-08-10 12:46:06 +0200 (mar. 10 août 2010) $
- See Also:
- Serialized Form
ZeroException
public ZeroException()
- Construct the exception.
ZeroException
public ZeroException(Localizable specific)
- Construct the exception with a specific context.
- Parameters:
specific
- Specific contexte pattern .
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.