Uses of Interface
multex.CauseGetter

Uses of CauseGetter in multex
 

Classes in multex that implement CauseGetter
 class Jdk1_1CauseGetter
          Deprecated. Since MulTEx 5: Preferably use the ReflectionCauseGetter, which is default since MulTEx 3e.
 class Jdk1_4CauseGetter
          Describes, how to get the causing exception of any exception in JDK 1.4 with an accessible causing exception.
 class ReflectionCauseGetter
          Describes, how to get the causing exception of any non-MulTEx-exception in any JDK supporting reflection.