org.ikasan.framework.exception.matching
Interface ExceptionGroup

All Known Implementing Classes:
MatcherBasedExceptionGroup

public interface ExceptionGroup

Binds the ability to match any given Throwable, with an IkasanExceptionAction

Author:
Ikasan Development Team

Method Summary
 IkasanExceptionAction getAction()
          Accessor for bound IkasanExceptionAction
 boolean includes(Throwable throwable)
          Determines if the given Throwable is a member of this logical group
 

Method Detail

includes

boolean includes(Throwable throwable)
Determines if the given Throwable is a member of this logical group

Parameters:
throwable -
Returns:
true is this throwable should be considered a member

getAction

IkasanExceptionAction getAction()
Accessor for bound IkasanExceptionAction

Returns:
bound IkasanExceptionAction


Copyright © 2007-2012 Ikasan. All Rights Reserved.