<%@ page contentType="text/html;charset=Big5" isErrorPage="true" %> CH5 - Exception.jsp

exception ª«¥ó

Exception¡G<%= exception %>
Message¡G<%= exception.getMessage() %>
Localized Message¡G<%= exception.getLocalizedMessage() %>
Stack Trace¡G<% exception.printStackTrace(new java.io.PrintWriter(out)); %>