Class ErrorDetails
- java.lang.Object
-
- org.heigit.ohsome.ohsomeapi.exception.ErrorDetails
-
public class ErrorDetails extends Object
Holds the needed data for returning a custom error response.
-
-
Constructor Summary
Constructors Constructor Description ErrorDetails(String timestamp, int status, String message, String requestUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
getRequestUrl()
int
getStatus()
String
getTimestamp()
-