Interface ExceptionAccessor<EXC extends Throwable>

    • Method Detail

      • getException

        EXC getException()
        Retrieves the exception from the exception property.
        Returns:
        The exception stored by the exception property.