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