Package com.parctechnologies.eclipse
Class EclipseTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.parctechnologies.eclipse.EclipseTerminatedException
- All Implemented Interfaces:
Serializable
Exception thrown when access to a terminated ECLiPSe is requested.
This IOException indicates that a method invocation which required
communication with
an ECLiPSe engine was not possible because the ECLiPSe (or the connection to
it) has been terminated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EclipseTerminatedException
public EclipseTerminatedException()
-