<%
if (FxSystemUtils.isDebug()) {
Throwable th = (Throwable)request.getAttribute(FxPayPluginConstants.EXCEPTION);
if(th != null) th.printStackTrace(new PrintWriter(out));
else if(exception != null) exception.printStackTrace(new PrintWriter(out));
}
%>