public class ZeroException extends MathIllegalNumberException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serializable version identifier
|
INTEGER_ZERO| Constructor and Description |
|---|
ZeroException()
Construct the exception.
|
ZeroException(Localizable specific,
java.lang.Object... arguments)
Construct the exception with a specific context.
|
getArgumentgetContext, getLocalizedMessage, getMessageprivate static final long serialVersionUID
public ZeroException()
public ZeroException(Localizable specific, java.lang.Object... arguments)
specific - Specific context pattern.arguments - Arguments.Copyright (c) 2003-2015 Apache Software Foundation