org.eclipse.emf.emfstore.client.exceptions
Class ESInvalidCompositeOperationException

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

public class ESInvalidCompositeOperationException
extends Exception

Thrown when an operation is executed on a ESCompositeOperationHandle after recording has ended or was aborted.

Since:
1.7
Author:
Johannes Faltermeier
See Also:
Serialized Form

Constructor Summary
ESInvalidCompositeOperationException(String message)
           
 
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

ESInvalidCompositeOperationException

public ESInvalidCompositeOperationException(String message)
Parameters:
message - the message describing the error


Copyright © 2016. All Rights Reserved.