Class EclipseTerminatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EclipseTerminatedException
    extends java.io.IOException
    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:
    Serialized Form
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EclipseTerminatedException

        public EclipseTerminatedException()