Class GeneralMathException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    NonDifferentiableException

    public class GeneralMathException
    extends java.lang.Exception
    This class is represents a general math exception;
    Author:
    Matthias Thimm
    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

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

      • GeneralMathException

        public GeneralMathException()
        Creates a new general math exception.
      • GeneralMathException

        public GeneralMathException​(java.lang.String s)
        Creates a new general math exception.
        Parameters:
        s - an error message