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:
- java.io.Serializable, ExceptionContextProvider
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 and Description ZeroException()Construct the exception.ZeroException(Localizable specific, java.lang.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
-
-
-
-
Constructor Detail
-
ZeroException
public ZeroException()
Construct the exception.
-
ZeroException
public ZeroException(Localizable specific, java.lang.Object... arguments)
Construct the exception with a specific context.- Parameters:
specific- Specific context pattern.arguments- Arguments.
-
-
DMelt 3.0 © DataMelt by jWork.ORG