org.eclipse.gmt.modisco.infra.query.core.exception
Class BundleClassPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.modisco.infra.query.core.exception.ModelQueryException
              extended by org.eclipse.gmt.modisco.infra.query.core.exception.BundleClassPathException
All Implemented Interfaces:
java.io.Serializable

public class BundleClassPathException
extends ModelQueryException

See Also:
Serialized Form

Constructor Summary
BundleClassPathException(IProject project, IPath outputLocation, Bundle localBundle)
           
 
Method Summary
 Bundle getBundle()
           
 IPath getOutputLocation()
           
 IProject getProject()
           
 
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

BundleClassPathException

public BundleClassPathException(IProject project,
                                IPath outputLocation,
                                Bundle localBundle)
Method Detail

getProject

public IProject getProject()

getBundle

public Bundle getBundle()

getOutputLocation

public IPath getOutputLocation()