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

    • MathInternalError

      public MathInternalError()
      Simple constructor.
    • MathInternalError

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