org.gnu.glpk
Class GlpkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gnu.glpk.GlpkException
All Implemented Interfaces:
java.io.Serializable

public class GlpkException
extends java.lang.RuntimeException

Exception thrown, when the GLPK native library call fails

See Also:
Serialized Form

Constructor Summary
GlpkException()
          Constructs a new GLPK exception.
GlpkException(java.lang.String message)
          Constructs a new GLPK exception.
 
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

GlpkException

public GlpkException()
Constructs a new GLPK exception.


GlpkException

public GlpkException(java.lang.String message)
Constructs a new GLPK exception.

Parameters:
message - detail message