<%@ page import="javax.servlet.ServletException"%> <%@ page language="java" contentType="text/html;charset=UTF-8"%> <% if ( true ) throw new ServletException( "hello" ); %>