Package org.apache.catalina.tribes.util
Class ExceptionUtils
- java.lang.Object
-
- org.apache.catalina.tribes.util.ExceptionUtils
-
public class ExceptionUtils extends java.lang.Object
Utilities for handling Throwables and Exceptions.
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleThrowable(java.lang.Throwable t)
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
-