Package church.i18n.processing.exception
Interface ProcessingStatus
- All Known Subinterfaces:
ProcessingInfo
- All Known Implementing Classes:
ProcessingException
public interface ProcessingStatus
Adds status information into an object.
-
Method Summary
-
Method Details
-
getStatus
The value describes wider status of processing and can be used for inter-system communication. The typical example usage can be similar to widely known HTTP response status.- Returns:
- Status associated with the exception.
-