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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.umlx.editor.exceptions.AbstractFailureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PreparationFailureException

public abstract class AbstractFailureException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AbstractFailureException()
           
AbstractFailureException(java.lang.String string)
           
 
Method Summary
 java.lang.String toTestString()
           
 
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

AbstractFailureException

public AbstractFailureException()

AbstractFailureException

public AbstractFailureException(java.lang.String string)
Method Detail

toTestString

public java.lang.String toTestString()