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:
 java.io.Serializable,MathThrowable
public class ZeroException extends MathIllegalNumberException
Exception to be thrown when zero is provided where it is not allowed.- Since:
 - 2.2
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ZeroException()Construct the exception.ZeroException(Localizable specific)Construct the exception with a specific context. 
- 
Method Summary
- 
Methods inherited from class org.apache.commons.math.exception.MathIllegalNumberException
getArgument 
- 
Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ZeroException
public ZeroException()
Construct the exception. 
- 
ZeroException
public ZeroException(Localizable specific)
Construct the exception with a specific context.- Parameters:
 specific- Specific contexte pattern .
 
 - 
 
 -