Package org.n52.web.exception
Interface WebException
-
- All Known Implementing Classes:
BadRequestException,InternalServerException,ResourceNotFoundException,UnsupportedMediaTypeException,WebExceptionAdapter
public interface WebExceptionServes as common Web exception to be wrapped by the actualExceptionResponsewhich is serialized and returned to the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebExceptionaddHint(String details)WebExceptionaddHint(String... details)String[]getHints()ThrowablegetThrowable()
-
-
-
Method Detail
-
addHint
WebException addHint(String details)
-
addHint
WebException addHint(String... details)
-
getHints
String[] getHints()
-
getThrowable
Throwable getThrowable()
-
-