Class MathUnsupportedOperationException

All Implemented Interfaces:
Serializable, ExceptionContextProvider
Direct Known Subclasses:
Euclidean1D.NoSubSpaceException, Sphere1D.NoSubSpaceException

public class MathUnsupportedOperationException extends UnsupportedOperationException implements ExceptionContextProvider
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:
  • Constructor Details

    • MathUnsupportedOperationException

      public MathUnsupportedOperationException()
      Default constructor.
    • MathUnsupportedOperationException

      public MathUnsupportedOperationException(Localizable pattern, Object... args)
      Parameters:
      pattern - Message pattern providing the specific context of the error.
      args - Arguments.
  • Method Details