JMSLTM Numerical Library 6.0

com.imsl.math
Class QuadraticProgramming.NoLPSolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.imsl.IMSLException
              extended by com.imsl.math.QuadraticProgramming.NoLPSolutionException
All Implemented Interfaces:
Serializable
Enclosing class:
QuadraticProgramming

public static class QuadraticProgramming.NoLPSolutionException
extends IMSLException

No solution for the LP problem with h = 0 was found by DenseLP.

See Also:
Serialized Form

Constructor Summary
QuadraticProgramming.NoLPSolutionException()
          No solution for the LP problem with h = 0 was found by DenseLP.
QuadraticProgramming.NoLPSolutionException(String message)
          No solution for the LP problem with h = 0 was found by DenseLP.
QuadraticProgramming.NoLPSolutionException(String key, Object[] arguments)
          No solution for the LP problem with h = 0 was found by DenseLP.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuadraticProgramming.NoLPSolutionException

public QuadraticProgramming.NoLPSolutionException()
No solution for the LP problem with h = 0 was found by DenseLP.


QuadraticProgramming.NoLPSolutionException

public QuadraticProgramming.NoLPSolutionException(String message)
No solution for the LP problem with h = 0 was found by DenseLP.

Parameters:
message - a string containing the exception message.

QuadraticProgramming.NoLPSolutionException

public QuadraticProgramming.NoLPSolutionException(String key,
                                                  Object[] arguments)
No solution for the LP problem with h = 0 was found by DenseLP.

Parameters:
key - a string containing the exception message.
arguments - An Object containing the exception message from DenseLP.

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.