Class MathUnsupportedOperationException

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

    public class MathUnsupportedOperationException
    extends 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.
    Since:
    2.2
    See Also:
    Serialized Form
    • Constructor Detail

      • MathUnsupportedOperationException

        public MathUnsupportedOperationException()
        Default constructor.
      • MathUnsupportedOperationException

        public MathUnsupportedOperationException​(Localizable pattern,
                                                 java.lang.Object... args)
        Parameters:
        pattern - Message pattern providing the specific context of the error.
        args - Arguments.