2018-06-03 22:26:41 +08:00

9 lines
110 B
Plaintext

<%
}
catch(Exception e)
{
e.printStackTrace();
ARE.getLog().error(e.getMessage(),e);
throw e;
}
%>