Interface ExceptionAccessor.ExceptionMutator<E>

Type Parameters:
E - the element type
All Known Subinterfaces:
ExceptionAccessor.ExceptionProperty<E>
Enclosing interface:
ExceptionAccessor<E extends Throwable>

public static interface ExceptionAccessor.ExceptionMutator<E>
Provides a mutator for an Exception property.
  • Method Summary

    Modifier and Type Method Description
    void setException​(E aException)
    Sets the exception for the exception property.
  • Method Details

    • setException

      void setException​(E aException)
      Sets the exception for the exception property.
      Parameters:
      aException - The exception to be stored by the exception property.