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 CatalogExceptionCatalogException. m_next_exceptionchains the next exception into line.Methods in edu.isi.pegasus.planner.catalog that return CatalogException Modifier and Type Method Description CatalogExceptionCatalogException. getNextException()Retrieves the exception chained to thisCatalogExceptionobject.Methods in edu.isi.pegasus.planner.catalog with parameters of type CatalogException Modifier and Type Method Description voidCatalogException. setNextException(CatalogException ex)Adds anCatalogExceptionobject 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 classReplicaCatalogExceptionClass 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 classSiteCatalogExceptionClass 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 classWorkCatalogExceptionClass to notify of failures.
-