| java.lang.Object org.kuali.rice.util.ExceptionUtils
ExceptionUtils | abstract public class ExceptionUtils (Code) | | Provides some Utilities for handling common Exception scenarios.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
unwrapActualCause | public static Throwable unwrapActualCause(Throwable throwable)(Code) | | Unwraps the appropriate Throwable from the given Throwable. More specifically, this handles
unwrapping causes from InvocationTargetException.
Parameters: throwable - |
|
|