| Package | Description |
|---|---|
| eu.europeana.corelib.web.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 |
|---|
EmailServiceException(ProblemType problem) |
EmailServiceException(Throwable causedBy,
ProblemType problem) |
EuropeanaException(ProblemType problem) |
EuropeanaException(ProblemType problem,
String additionalInfo)
Create a new exception of the provided problem type.
|
EuropeanaException(Throwable causedBy,
ProblemType problem) |
WebConfigurationException(ProblemType problem,
String additionalInfo) |
Copyright © 2017 Europeana Foundation. All rights reserved.