Uses of Class
com.arsdigita.acs.PageValidationException

Packages that use PageValidationException
com.arsdigita.acs.bboard   
 

Uses of PageValidationException in com.arsdigita.acs.bboard
 

Constructors in com.arsdigita.acs.bboard that throw PageValidationException
SingleTopicDataSource(Database db, Integer topicId)
          Initialize this from the database; gets all properties from bboard_topics where topic_id = topicId.
SingleTopicDataSource(Database db, String messageId)
          Returns the Topic datasource object for a given message; pulls in the topic to which that message belongs.