Package com.parctechnologies.eclipse
Class EclipseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.parctechnologies.eclipse.EclipseException
-
- All Implemented Interfaces:
java.io.Serializable
public class EclipseException extends java.lang.ExceptionThe superclass of exceptions relating to the execution of the ECLiPSe engine.- See Also:
Fail,Throw, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EclipseException()Construct an EclipseException without any message.EclipseException(java.lang.String s)Construct an EclipseException with a given String as its message.
-