public static class DenseLP.MultipleSolutionsException extends IMSLException
| Constructor and Description |
|---|
MultipleSolutionsException()
The problem has multiple solutions giving essentially the same
minimum.
|
MultipleSolutionsException(String message)
The problem has multiple solutions giving essentially the same
minimum.
|
MultipleSolutionsException(String key,
Object[] arguments)
The problem has multiple solutions giving essentially the same
minimum.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleSolutionsException()
public MultipleSolutionsException(String message)
message - a String containing
the error messagepublic MultipleSolutionsException(String key, Object[] arguments)
key - a String containing the exception
messagearguments - an array containing arguments used within the
error message stringCopyright © 2020 Rogue Wave Software. All rights reserved.