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

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

public class NotModifiableException
extends PreparationFailureException

See Also:
Serialized Form

Field Summary
 IAbstractCommand command
           
 boolean isUndo
           
 java.lang.Object object
           
 
Constructor Summary
NotModifiableException(java.lang.Object object, IAbstractCommand command, boolean isUndo)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String toTestString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public final java.lang.Object object

command

public final IAbstractCommand command

isUndo

public final boolean isUndo
Constructor Detail

NotModifiableException

public NotModifiableException(java.lang.Object object,
                              IAbstractCommand command,
                              boolean isUndo)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toTestString

public java.lang.String toTestString()
Overrides:
toTestString in class AbstractFailureException