| Package | Description |
|---|---|
| eu.europeana.corelib.definitions.exception |
| Modifier and Type | Method and Description |
|---|---|
static ProblemType |
ProblemType.get(String message) |
ProblemType |
EuropeanaException.getProblem() |
static ProblemType |
ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemType[] |
ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EuropeanaException(ProblemType problem) |
EuropeanaException(ProblemType problem,
String additionalInfo)
Create a new exception of the provided problem type.
|
EuropeanaException(Throwable causedBy,
ProblemType problem) |
Neo4JException(ProblemType problem) |
Neo4JException(Throwable causedBy,
ProblemType problem) |
Copyright © 2017 Europeana Foundation. All rights reserved.