|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.NotUnlockedException
public class NotUnlockedException
An AbortCommandException is used to exit cl;eanly througfh the command execution hierarchy bypassing all its canExecute and such like paraphernalia.
Field Summary | |
---|---|
IAbstractCommand |
command
|
org.eclipse.emf.ecore.resource.Resource |
lockedResource
|
Constructor Summary | |
---|---|
NotUnlockedException(org.eclipse.emf.ecore.resource.Resource lockedResource,
IAbstractCommand command)
|
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 |
Field Detail |
---|
public final org.eclipse.emf.ecore.resource.Resource lockedResource
public final IAbstractCommand command
Constructor Detail |
---|
public NotUnlockedException(org.eclipse.emf.ecore.resource.Resource lockedResource, IAbstractCommand command)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |