Interface IExceptionCausePreparator
- All Known Implementing Classes:
ExceptionCausePreparator
public interface IExceptionCausePreparator
A
IExceptionCausePreparator provides methods to prepare causes for
Exceptions.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getValidatedCauseFromCause
- Parameters:
cause-- Returns:
- a validated cause from the given cause.
- Throws:
RuntimeException- if the given cause is null.
-