public interface ErrorFormatter
Modifier and Type | Method and Description |
---|---|
Page |
format(Throwable e)
Returns the page which is sent to the browser, containing the error message.
|
JSONObject |
formatJSON(Throwable e)
Return a json implementation of the error, called in ajax requests.
|
Page format(Throwable e)
e
- JSONObject formatJSON(Throwable e)
DefaultErrorFormatter.formatJSON(Throwable)
for details
about the returned structure.e
- @enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.