org.eclipse.gmt.umlx.editor.exceptions
Class ExecutionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.umlx.editor.exceptions.ExecutionFailureException
All Implemented Interfaces:
java.io.Serializable

public abstract class ExecutionFailureException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExecutionFailureException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionFailureException

public ExecutionFailureException(java.lang.String string)