| java.lang.Object com.tc.exception.MortbayMultiExceptionHelper
MortbayMultiExceptionHelper | public class MortbayMultiExceptionHelper implements ExceptionHelper(Code) | | Deal with Jetty MultiException to extract useful info
|
accepts | public boolean accepts(Throwable t)(Code) | | Accepts only the Jetty MultiException
Parameters: t - Throwable True if Jetty MultiException |
getProximateCause | public Throwable getProximateCause(Throwable t)(Code) | | Get closest cause, which is defined here as the first exception
in a MultiException.
Parameters: t - MultiException First in the MultiException |
getUltimateCause | public Throwable getUltimateCause(Throwable t)(Code) | | No ultimate exception retrieved - always throws AssertionError
Parameters: t - Param ignored Always AssertionError |
|
|