Class LPException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LPException
    extends java.lang.Exception
    This class represents an exception specific to Linear Programming (LP) operations. It extends the Exception class.
    Author:
    Stefano Scarioli
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LPException​(java.lang.String message)
      Constructs an LPException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • LPException

        public LPException​(java.lang.String message)
        Constructs an LPException with the specified detail message.
        Parameters:
        message - the detail message (which is saved for later retrieval by the getMessage() method)