com.parctechnologies.eclipse
Class EclipseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.parctechnologies.eclipse.EclipseException
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
EclipseException()
          Construct an EclipseException without any message.
EclipseException(java.lang.String s)
          Construct an EclipseException with a given String as its message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.