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.
|
getArgument
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public ZeroException()
public ZeroException(Localizable specific, java.lang.Object... arguments)
specific
- Specific context pattern.arguments
- Arguments.Copyright (c) 2003-2014 Apache Software Foundation