Package org.apache.jasper.runtime
Class ExceptionUtils
java.lang.Object
org.apache.jasper.runtime.ExceptionUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.static Throwable
Checks whether the supplied Throwable is an instance ofInvocationTargetException
and returns the throwable that is wrapped by it, if there is any.
-
Constructor Details
-
ExceptionUtils
public ExceptionUtils()
-
-
Method Details
-
handleThrowable
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.- Parameters:
t
- the Throwable to check
-
unwrapInvocationTargetException
-