org.eclipse.emf.ecp.core.exceptions
Class ECPProjectWithNameExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.ecp.core.exceptions.ECPProjectWithNameExistsException
All Implemented Interfaces:
Serializable

public class ECPProjectWithNameExistsException
extends Exception

This exception is thrown when we try to add a project with a name that already exists.

Author:
Eugen Neufeld
See Also:
Serialized Form

Constructor Summary
ECPProjectWithNameExistsException(String message)
          Convenient Constructor for this Exception.
 
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

ECPProjectWithNameExistsException

public ECPProjectWithNameExistsException(String message)
Convenient Constructor for this Exception.

Parameters:
message - the message of this exception


Copyright © 2014. All Rights Reserved.