Quadcap Embeddable Server

com.quadcap.http.servlets.jsp.JspException Class Reference

Inheritance diagram for com.quadcap.http.servlets.jsp.JspException:

ServletException List of all members.

Detailed Description

Our special ServletException.

Author:
Stan Bailes

Definition at line 51 of file JspException.java.

Public Member Functions

 JspException (Throwable t)
 JspException (int status, String msg)
 JspException (String msg)
int getHttpErrorCode ()
Throwable getNext ()
void setReportedError (boolean b)
boolean getReportedError ()

Package Attributes

int status
Throwable next
boolean reportedError = false


Constructor & Destructor Documentation

com.quadcap.http.servlets.jsp.JspException.JspException Throwable  t  ) 
 

Definition at line 56 of file JspException.java.

References com.quadcap.http.servlets.jsp.JspException.next.

com.quadcap.http.servlets.jsp.JspException.JspException int  status,
String  msg
 

Definition at line 62 of file JspException.java.

com.quadcap.http.servlets.jsp.JspException.JspException String  msg  ) 
 

Definition at line 67 of file JspException.java.


Member Function Documentation

int com.quadcap.http.servlets.jsp.JspException.getHttpErrorCode  ) 
 

Definition at line 72 of file JspException.java.

References com.quadcap.http.servlets.jsp.JspException.status.

Throwable com.quadcap.http.servlets.jsp.JspException.getNext  ) 
 

Definition at line 76 of file JspException.java.

References com.quadcap.http.servlets.jsp.JspException.next.

boolean com.quadcap.http.servlets.jsp.JspException.getReportedError  ) 
 

Definition at line 81 of file JspException.java.

References com.quadcap.http.servlets.jsp.JspException.reportedError.

void com.quadcap.http.servlets.jsp.JspException.setReportedError boolean  b  ) 
 

Definition at line 80 of file JspException.java.

References com.quadcap.http.servlets.jsp.JspException.reportedError, and com.quadcap.http.servlets.jsp.JspException.setReportedError().

Referenced by com.quadcap.http.servlets.jsp.JspException.setReportedError().


Member Data Documentation

Throwable com.quadcap.http.servlets.jsp.JspException.next [package]
 

Definition at line 53 of file JspException.java.

Referenced by com.quadcap.http.servlets.jsp.JspException.getNext(), and com.quadcap.http.servlets.jsp.JspException.JspException().

boolean com.quadcap.http.servlets.jsp.JspException.reportedError = false [package]
 

Definition at line 54 of file JspException.java.

Referenced by com.quadcap.http.servlets.jsp.JspException.getReportedError(), and com.quadcap.http.servlets.jsp.JspException.setReportedError().

int com.quadcap.http.servlets.jsp.JspException.status [package]
 

Definition at line 52 of file JspException.java.

Referenced by com.quadcap.http.servlets.jsp.JspException.getHttpErrorCode().