Uses of Class
edu.isi.pegasus.planner.catalog.CatalogException

Packages that use CatalogException
edu.isi.pegasus.planner.catalog   
edu.isi.pegasus.planner.catalog.replica   
edu.isi.pegasus.planner.catalog.site   
edu.isi.pegasus.planner.catalog.work   
 

Uses of CatalogException in edu.isi.pegasus.planner.catalog
 

Fields in edu.isi.pegasus.planner.catalog declared as CatalogException
private  CatalogException CatalogException.m_next_exception
          chains the next exception into line.
 

Methods in edu.isi.pegasus.planner.catalog that return CatalogException
 CatalogException CatalogException.getNextException()
          Retrieves the exception chained to this CatalogException object.
 

Methods in edu.isi.pegasus.planner.catalog with parameters of type CatalogException
 void CatalogException.setNextException(CatalogException ex)
          Adds an CatalogException object to the end of the chain.
 

Uses of CatalogException in edu.isi.pegasus.planner.catalog.replica
 

Subclasses of CatalogException in edu.isi.pegasus.planner.catalog.replica
 class ReplicaCatalogException
          Class to notify of failures.
 

Uses of CatalogException in edu.isi.pegasus.planner.catalog.site
 

Subclasses of CatalogException in edu.isi.pegasus.planner.catalog.site
 class SiteCatalogException
          Class to notify of failures.
 

Uses of CatalogException in edu.isi.pegasus.planner.catalog.work
 

Subclasses of CatalogException in edu.isi.pegasus.planner.catalog.work
 class WorkCatalogException
          Class to notify of failures.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.