org.apache.commons.math3.exception
public class ZeroException extends MathIllegalNumberException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version identifier
|
Constructor and Description |
---|
ZeroException()
Construct the exception.
|
ZeroException(Localizable specific,
Object... arguments)
Construct the exception with a specific context.
|
getArgument
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ZeroException()
public ZeroException(Localizable specific, Object... arguments)
specific
- Specific context pattern.arguments
- Arguments.Copyright (c) 2003-2013 Apache Software Foundation