Schnittstelle IExceptionCausePreparator

Alle bekannten Implementierungsklassen:
ExceptionCausePreparator

public interface IExceptionCausePreparator
A IExceptionCausePreparator provides methods to prepare causes for Exceptions.
Version:
2025-04-05
Autor:
Silvan Wyss
  • Methodendetails

    • getValidatedCauseFromCause

      Throwable getValidatedCauseFromCause(Throwable cause)
      Parameter:
      cause -
      Gibt zurück:
      a validated cause from the given cause.
      Löst aus:
      RuntimeException - if the given cause is null.