Package ru.vyarus.guicey.gsp.app.util
Interface TracelessException
- All Known Implementing Classes:
AssetError,TemplateRestCodeError
public interface TracelessException
Marker interface for special exceptions which does not contain actual stack trace (no exception was thrown
in user code) and used only to wrap return status code.
- Since:
- 29.01.2019
- See Also:
-
Method Summary
-
Method Details
-
getStatus
int getStatus()
-