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

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

public class UnknownPreparationFailureException
extends PreparationFailureException

See Also:
Serialized Form

Constructor Summary
UnknownPreparationFailureException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.editor.exceptions.AbstractFailureException
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

UnknownPreparationFailureException

public UnknownPreparationFailureException(java.lang.String string)