com.imsl.math
Class DenseLP.BoundsInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.BoundsInconsistentException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DenseLP
public static class DenseLP.BoundsInconsistentException
- extends IMSLException
The bounds given are inconsistent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DenseLP.BoundsInconsistentException
public DenseLP.BoundsInconsistentException(String message)
- The bounds given are inconsistent.
- Parameters:
message
- a String
containing
the error message
DenseLP.BoundsInconsistentException
public DenseLP.BoundsInconsistentException(String key,
Object[] arguments)
- The bounds given are inconsistent.
- Parameters:
key
- a String
containing the exception
messagearguments
- an array containing arguments used within the
error message string
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.