org.apache.jasper.util
Class ExceptionUtils
java.lang.Object
org.apache.jasper.util.ExceptionUtils
public class ExceptionUtils
- extends Object
Utilities for handling Throwables and Exceptions.
Method Summary |
static void |
handleThrowable(Throwable t)
Checks whether the supplied Throwable is one that needs to be
rethrown and swallows all others. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
public ExceptionUtils()
handleThrowable
public static void handleThrowable(Throwable t)
- Checks whether the supplied Throwable is one that needs to be
rethrown and swallows all others.
- Parameters:
t
- the Throwable to check
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.