Sorry no exception
"); } else { %>
The name of the exception was: <%= exception.toString() %>
The message of the exception was: <%= exception.getMessage() %>
The stack trace was:
<%
// damn ugly Java, CLOS was an OO language not this faschist crap.
java.io.PrintWriter outstream = new java.io.PrintWriter(out);
exception.printStackTrace(outstream);
}
%>