Class MathInternalError

All Implemented Interfaces:
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:
  • Constructor Details

    • MathInternalError

      public MathInternalError()
      Simple constructor.
    • MathInternalError

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