Package | Description |
---|---|
org.bbaw.pdr.utils |
Common resources for the access to instances of the PDR.
|
Modifier and Type | Method and Description |
---|---|
RepositoryException.ErrorSource |
RepositoryException.getErrorSourceFromMessage()
Extracts error source from error message.
|
static RepositoryException.ErrorSource |
RepositoryException.ErrorSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryException.ErrorSource[] |
RepositoryException.ErrorSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RepositoryException(RepositoryException.ErrorSource errorSource,
java.lang.String message)
Includes label of trouble-causing PDR module.
|
RepositoryException(RepositoryException.ErrorSource errorSource,
java.lang.String message,
java.lang.Throwable cause)
Includes label of trouble-causing PDR module.
|
RepositoryException(RepositoryException.ErrorSource errorSource,
java.lang.Throwable cause)
Includes label of trouble-causing PDR module.
|