| uk.org.ponder.util.ExceptionUnwrapper
All known Subclasses: uk.org.ponder.servletutil.ServletExceptionUnwrapper,
ExceptionUnwrapper | public interface ExceptionUnwrapper (Code) | | If the supplied exception object is wrapping another (distinct, non-null
exception), return that exception. Otherwise, return null.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public boolean | isValid() Returns false if this unwrapper cannot operate (perhaps
because the Class it operates on is not visible in this ClassLoader). | public Throwable | unwrapException(Throwable tounwrap) |
isValid | public boolean isValid()(Code) | | Returns false if this unwrapper cannot operate (perhaps
because the Class it operates on is not visible in this ClassLoader).
|
|
|