Package org.apache.catalina.tribes.util
Class ExceptionUtils
java.lang.Object
org.apache.catalina.tribes.util.ExceptionUtils
Utilities for handling Throwables and Exceptions.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidChecks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
- 
Constructor Details- 
ExceptionUtilspublic ExceptionUtils()
 
- 
- 
Method Details- 
handleThrowableChecks whether the supplied Throwable is one that needs to be rethrown and swallows all others.- Parameters:
- t- the Throwable to check
 
 
-