Class 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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version Id.
      See Also:
  • Constructor Details

    • NotANumberException

      public NotANumberException()
      Construct the exception.