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

Constructor Summary
PageValidationException(String complaint)
           
PageValidationException(Vector complaints)
          Builds an exception out of a list of complaints.
 
Method Summary
 Vector getComplaints()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageValidationException

public PageValidationException(Vector complaints)
Builds an exception out of a list of complaints.

PageValidationException

public PageValidationException(String complaint)
Method Detail

getComplaints

public Vector getComplaints()