Class EggplantException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EggplantException
    extends java.lang.Exception
    An exception representing an error that occurred within eggPlant
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EggplantException​(java.lang.String errorMessage)
      Instantiates a new eggplant exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • EggplantException

        public EggplantException​(java.lang.String errorMessage)
        Instantiates a new eggplant exception.
        Parameters:
        errorMessage - the error message