Uses of Class
edu.isi.pegasus.planner.catalog.CatalogException
-
Packages that use CatalogException Package Description 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 Modifier and Type Field Description private CatalogException
CatalogException. m_next_exception
chains the next exception into line.Methods in edu.isi.pegasus.planner.catalog that return CatalogException Modifier and Type Method Description CatalogException
CatalogException. getNextException()
Retrieves the exception chained to thisCatalogException
object.Methods in edu.isi.pegasus.planner.catalog with parameters of type CatalogException Modifier and Type Method Description void
CatalogException. setNextException(CatalogException ex)
Adds anCatalogException
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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
WorkCatalogException
Class to notify of failures.
-