com.arsdigita.acs
Class PageValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.servlet.jsp.JspException
|
+--javax.servlet.jsp.JspTagException
|
+--com.arsdigita.acs.PageValidationException
- All Implemented Interfaces:
- Serializable
- public class PageValidationException
- extends JspTagException
When thrown, this exception is trapped by the error page
where a human-readable message is displayed to the end-user's web
browser.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageValidationException
public PageValidationException(Vector complaints)
- Builds an exception out of a list of complaints.
PageValidationException
public PageValidationException(String complaint)
getComplaints
public Vector getComplaints()