flux.audittrail
Interface AbstractExitingMethodWithErrorEvent

All Known Subinterfaces:
ExitingActionOnErrorEvent, ExitingCallWithErrorEvent, ExitingTriggerOnErrorEvent

public interface AbstractExitingMethodWithErrorEvent

Abstract interface that represents an event that is logged to the audit trail when a method invocation finishes with an error.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.Throwable getThrowable()
          Returns the error from a method invocation that finished abnormally.
 

Method Detail

getThrowable

java.lang.Throwable getThrowable()
Returns the error from a method invocation that finished abnormally.

Returns:
The error from a method invocation that finished abnormally.


© 2014 Flux Corporation. All rights reserved.