Class MathInternalError

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class MathInternalError
    extends MathIllegalStateException
    Exception triggered when something that shouldn't happen does happen.
    Since:
    2.2
    Version:
    $Revision: 1061496 $ $Date: 2011-01-20 21:32:16 +0100 (jeu. 20 janv. 2011) $
    See Also:
    Serialized Form
    • Constructor Detail

      • MathInternalError

        public MathInternalError()
        Simple constructor.
      • MathInternalError

        public MathInternalError​(java.lang.Throwable cause)
        Simple constructor.
        Parameters:
        cause - root cause