Class MathUnsupportedOperationException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class MathUnsupportedOperationException extends MathRuntimeException
Deprecated.
as of 1.0, replaced with MathRuntimeException
Base class for all unsupported features. It is used for all the exceptions that have the semantics of the standard UnsupportedOperationException, but must also provide a localized message.
See Also:
  • Constructor Details

    • MathUnsupportedOperationException

      public MathUnsupportedOperationException()
      Deprecated.
      Default constructor.
    • MathUnsupportedOperationException

      public MathUnsupportedOperationException(Localizable pattern, Object... args)
      Deprecated.
      Simple constructor.
      Parameters:
      pattern - Message pattern providing the specific context of the error.
      args - Arguments.