Uses of Interface
multex.CauseGetter

Uses of CauseGetter in multex
 

Classes in multex that implement CauseGetter
 class ReflectionCauseGetter
          Describes, how to get the causing exception of any non-MulTEx-exception in any JDK supporting reflection.
 

Methods in multex with parameters of type CauseGetter
static void Util.setCauseGetter(CauseGetter i_causeGetter)
          Sets a CauseGetter to be used by method Util.getCause(Throwable) in order to get the cause of a Throwable object.