| 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 |
| Modifier and Type | Field and Description |
|---|---|
private CatalogException |
CatalogException.m_next_exception
chains the next exception into line.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogException |
CatalogException.getNextException()
Retrieves the exception chained to this
CatalogException object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogException.setNextException(CatalogException ex)
Adds an
CatalogException |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicaCatalogException
Class to notify of failures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SiteCatalogException
Class to notify of failures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkCatalogException
Class to notify of failures.
|