org.eclipse.gmt.umlx.editor.exceptions
Class NotModifiableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.gmt.umlx.editor.exceptions.AbstractFailureException
org.eclipse.gmt.umlx.editor.exceptions.PreparationFailureException
org.eclipse.gmt.umlx.editor.exceptions.NotModifiableException
- All Implemented Interfaces:
- java.io.Serializable
public class NotModifiableException
- extends PreparationFailureException
- See Also:
- Serialized Form
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 |
object
public final java.lang.Object object
command
public final IAbstractCommand command
isUndo
public final boolean isUndo
NotModifiableException
public NotModifiableException(java.lang.Object object,
IAbstractCommand command,
boolean isUndo)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
toTestString
public java.lang.String toTestString()
- Overrides:
toTestString
in class AbstractFailureException