Class EclipseException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Fail, Throw

    public class EclipseException
    extends java.lang.Exception
    The 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.
    • 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

      • EclipseException

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

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