Package com.imsl.math

Class DenseLP.NoAcceptablePivotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.NoAcceptablePivotException
All Implemented Interfaces:
Serializable
Enclosing class:
DenseLP

public static class DenseLP.NoAcceptablePivotException extends IMSLException
No acceptable pivot could be found.
See Also:
  • Constructor Details

    • NoAcceptablePivotException

      public NoAcceptablePivotException()
      No acceptable pivot could be found.
    • NoAcceptablePivotException

      public NoAcceptablePivotException(String message)
      No acceptable pivot could be found.
      Parameters:
      message - a String containing the error message
    • NoAcceptablePivotException

      public NoAcceptablePivotException(String key, Object[] arguments)
      No acceptable pivot could be found.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string