public class ZeroException extends MathIllegalNumberException
INTEGER_ZERO
Constructor and Description |
---|
ZeroException()
Construct the exception.
|
ZeroException(Localizable specific,
Object... arguments)
Construct the exception with a specific context.
|
getArgument
getContext, getLocalizedMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZeroException()
public ZeroException(Localizable specific, Object... arguments)
specific
- Specific context pattern.arguments
- Arguments.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.