public class CollectionException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionException.UriExceptionPair
This struct exists to hold the (uri, exception) pair that makes
up each element of the collection.
|
| Constructor and Description |
|---|
CollectionException(java.lang.String uri,
java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(java.lang.String uri,
java.lang.Exception ex) |
java.lang.String |
getMessage() |