com.opensymphony.xwork2.interceptor
Class ExceptionHolder
java.lang.Object
com.opensymphony.xwork2.interceptor.ExceptionHolder
public class ExceptionHolder
- extends Object
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as
a way to get a handle on the exception itself.
- Author:
- Matthew E. Porter (matthew dot porter at metissian dot com) Date: Sep 21, 2005 Time: 3:09:12 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
private Exception exception
ExceptionHolder
public ExceptionHolder(Exception exception)
getException
public Exception getException()
getExceptionStack
public String getExceptionStack()
throws IOException
- Throws:
IOException
Copyright © 2007 OpenSymphony. All Rights Reserved.