Class LPException

  • All Implemented Interfaces:
    Serializable

    public class LPException
    extends 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 Detail

      • LPException

        public LPException​(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)