Class MathInternalError

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class MathInternalError extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Exception triggered when something that shouldn't happen does happen.
See Also:
  • Constructor Details

    • MathInternalError

      public MathInternalError()
      Deprecated.
      Simple constructor.
    • MathInternalError

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

      public MathInternalError(Localizable pattern, Object... args)
      Deprecated.
      Constructor accepting a localized message.
      Parameters:
      pattern - Message pattern explaining the cause of the error.
      args - Arguments.