public abstract class EuropeanaException extends Exception
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
ProblemType |
getProblem() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EuropeanaException(ProblemType problem)
public EuropeanaException(ProblemType problem, String additionalInfo)
problem - required fieldadditionalInfo - optional string describing details of the problempublic EuropeanaException(Throwable causedBy, ProblemType problem)
public String getMessage()
getMessage in class Throwablepublic ProblemType getProblem()
Copyright © 2017 Europeana Foundation. All rights reserved.