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

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.NoRegimeException
All Implemented Interfaces:
java.io.Serializable

public class NoRegimeException
extends PreparationFailureException

See Also:
Serialized Form

Constructor Summary
NoRegimeException(java.lang.Class objectClass, java.lang.Class parentClass)
           
 
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

NoRegimeException

public NoRegimeException(java.lang.Class objectClass,
                         java.lang.Class parentClass)