PTP
Release 5.0

org.eclipse.ptp.services.core
Class ProjectNotConfiguredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ptp.services.core.ProjectNotConfiguredException
All Implemented Interfaces:
java.io.Serializable

public class ProjectNotConfiguredException
extends java.lang.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

Constructor Summary
ProjectNotConfiguredException()
           
ProjectNotConfiguredException(java.lang.String arg0)
           
ProjectNotConfiguredException(java.lang.String arg0, java.lang.Throwable arg1)
           
ProjectNotConfiguredException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectNotConfiguredException

public ProjectNotConfiguredException()

ProjectNotConfiguredException

public ProjectNotConfiguredException(java.lang.String arg0,
                                     java.lang.Throwable arg1)

ProjectNotConfiguredException

public ProjectNotConfiguredException(java.lang.String arg0)

ProjectNotConfiguredException

public ProjectNotConfiguredException(java.lang.Throwable arg0)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.