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
NotANumberException
public NotANumberException()
- Construct the exception.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.