Package com.parctechnologies.eclipse
Class EclipseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.parctechnologies.eclipse.EclipseException
- All Implemented Interfaces:
Serializable
The superclass of exceptions relating to the execution of the ECLiPSe engine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an EclipseException without any message.Construct an EclipseException with a given String as its message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EclipseException
public EclipseException()Construct an EclipseException without any message. -
EclipseException
Construct an EclipseException with a given String as its message.
-