org.apache.commons.math3.exception
Class NotANumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.exception.MathIllegalNumberException
org.apache.commons.math3.exception.NotANumberException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class NotANumberException
- extends MathIllegalNumberException
Exception to be thrown when a number is not a number.
- Since:
- 3.1
- Version:
- $Id: NotANumberException.java 1422195 2012-12-15 06:45:18Z psteitz $
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
NotANumberException
public NotANumberException()
- Construct the exception.
Copyright (c) 2003-2013 Apache Software Foundation