org.eclipse.emf.emfstore.modelmutator
Class ESMutationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.modelmutator.ESMutationException
All Implemented Interfaces:
Serializable

public class ESMutationException
extends Exception

The class encapsulates mutation-specific exceptions if mutations cannot succeed.

Since:
2.0
Author:
Philip Langer
See Also:
Serialized Form

Constructor Summary
ESMutationException()
          Creates a new mutation exception.
ESMutationException(String message)
          Creates a new mutation exception with the specified error 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

ESMutationException

public ESMutationException()
Creates a new mutation exception.


ESMutationException

public ESMutationException(String message)
Creates a new mutation exception with the specified error message.

Parameters:
message - The error message to be set.


Copyright © 2015. All Rights Reserved.