Schnittstelle IExceptionCausePreparator
- Alle bekannten Implementierungsklassen:
ExceptionCausePreparator
public interface IExceptionCausePreparator
A
IExceptionCausePreparator
provides methods to prepare causes for
Exception
s.- Version:
- 2025-04-05
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getValidatedCauseFromCause
- Parameter:
cause
-- Gibt zurück:
- a validated cause from the given cause.
- Löst aus:
RuntimeException
- if the given cause is null.
-