Class MathNumberConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MathNumberConversionException
    extends java.lang.Exception
    An exception thrown when a MathNumber fails to be converted to a specific Java numerical type.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MathNumberConversionException

        public MathNumberConversionException​(MathNumber m)
        Builds the exception.
        Parameters:
        m - the math number that fails to be converted