org.eclipse.emf.emfstore.internal.client.model.exceptions
Class MissingCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.client.model.exceptions.MissingCommandException
All Implemented Interfaces:
Serializable

public class MissingCommandException
extends Exception

Thrown in case the forceCommands extension point option is set and a call altering a model element managed by EMFStore is not wrapped in a command.

Author:
emueller
See Also:
Serialized Form

Constructor Summary
MissingCommandException(String errorMsg)
          Constructor.
 
Method Summary
 
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

MissingCommandException

public MissingCommandException(String errorMsg)
Constructor.

Parameters:
errorMsg - a detailed error message


Copyright © 2015. All Rights Reserved.