org.eclipse.ptp.services.core
Class ProjectNotConfiguredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.ptp.services.core.ProjectNotConfiguredException
- All Implemented Interfaces:
- Serializable
public class ProjectNotConfiguredException
- extends RuntimeException
Runtime exception indicating that for some reason the given project's service
model has not been configured.
EXPERIMENTAL. This class or interface has been added as
part of a work in progress. There is no guarantee that this API will work or
that it will remain the same. Please do not use this API without consulting
with the RDT team.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProjectNotConfiguredException
public ProjectNotConfiguredException()
ProjectNotConfiguredException
public ProjectNotConfiguredException(String message,
Throwable cause)
ProjectNotConfiguredException
public ProjectNotConfiguredException(String message)
ProjectNotConfiguredException
public ProjectNotConfiguredException(Throwable cause)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.