public class NotFiniteNumberException extends ArithmeticException
Constructor and Description |
---|
NotFiniteNumberException() |
NotFiniteNumberException(double offendingNumber) |
NotFiniteNumberException(String message) |
NotFiniteNumberException(String message,
double offendingNumber) |
NotFiniteNumberException(String message,
double offendingNumber,
Exception cause) |
NotFiniteNumberException(String message,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
double |
getOffendingNumber() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFiniteNumberException()
public NotFiniteNumberException(double offendingNumber)
public NotFiniteNumberException(String message)
public NotFiniteNumberException(String message, double offendingNumber)