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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoParentCoModelException, NoRegimeException, NotModifiableException, NotUnlockedException, UnknownPreparationFailureException

public abstract class PreparationFailureException
extends AbstractFailureException

See Also:
Serialized Form

Constructor Summary
PreparationFailureException()
           
PreparationFailureException(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

PreparationFailureException

public PreparationFailureException()

PreparationFailureException

public PreparationFailureException(java.lang.String string)