Class SingularOperatorException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class SingularOperatorException extends MathIllegalArgumentException
Exception to be thrown when trying to invert a singular operator.
Since:
3.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version Id.
      See Also:
  • Constructor Details

    • SingularOperatorException

      public SingularOperatorException()
      Creates a new instance of this class.