@ResponseStatus(value=BAD_REQUEST) public class BadRequestException extends RuntimeException implements WebException
| Constructor and Description |
|---|
BadRequestException(String message) |
BadRequestException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHint(String hint) |
String[] |
getHints() |
Throwable |
getThrowable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException(String message)
public void addHint(String hint)
addHint in interface WebExceptionpublic String[] getHints()
getHints in interface WebExceptionpublic Throwable getThrowable()
getThrowable in interface WebExceptionCopyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.