Class EclipseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.parctechnologies.eclipse.EclipseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Fail, Throw

public class EclipseException extends Exception
The superclass of exceptions relating to the execution of the ECLiPSe engine.
See Also:
  • Constructor Details

    • EclipseException

      public EclipseException()
      Construct an EclipseException without any message.
    • EclipseException

      public EclipseException(String s)
      Construct an EclipseException with a given String as its message.