public class GlpkException extends RuntimeException
If an error occurs GLPK will release all internal memory. Hence all object references to the library will be invalid.
To reenable listening to terminal output call
GLPK.glp_term_hook(null, null);
Constructor and Description |
---|
GlpkException()
Constructs a new GLPK exception.
|
GlpkException(String message)
Constructs a new GLPK exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GlpkException()
public GlpkException(String message)
message
- detail messageThis documentation is part of project GLPK for Java.
Group-ID | org.gnu.glpk |
Artifact-ID | glpk-java |
Version | 1.12.0 |