Interface IExceptionCausePreparator

All Known Implementing Classes:
ExceptionCausePreparator

public interface IExceptionCausePreparator
A IExceptionCausePreparator provides methods to prepare causes for Exceptions.
Author:
Silvan Wyss
  • Method Details

    • getValidatedCauseFromCause

      Throwable getValidatedCauseFromCause(Throwable cause)
      Parameters:
      cause -
      Returns:
      a validated cause from the given cause.
      Throws:
      RuntimeException - if the given cause is null.