org.eclipse.emf.ecp.core.exceptions
Class ECPProjectWithNameExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ECPProjectWithNameExistsException
public ECPProjectWithNameExistsException(String message)
- Convenient Constructor for this Exception.
- Parameters:
message
- the message of this exception
Copyright © 2015. All Rights Reserved.