Interface ExceptionAccessor.ExceptionMutator<EXC extends Throwable>

Type Parameters:
EXC - The actual exception type.
All Known Subinterfaces:
ExceptionAccessor.ExceptionProperty<EXC>
Enclosing interface:
ExceptionAccessor<EXC extends Throwable>

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

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

    • setException

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