Uses of Class
dochelper.exceptions.InvalidValueException

Packages that use InvalidValueException
dochelper   
 

Uses of InvalidValueException in dochelper
 

Methods in dochelper that throw InvalidValueException
 void AbstractTableRecordSet.checkParams()
          Checks that the parameters are correct for the TableRecordSet defined by the implementing subclass.
 void Configurable.checkParams()
          Checks that the parameters are correct for this type of Renderer.
 void FileRecordSet.checkParams()
          Checks that the parameters are correct for this File Record Set.
 void FileRenderer.checkParams()
          Checks that the parameters are correct for this File Record Set.
 void MatchOrderProcessor.checkParams()
           
 void NaturalOrderParamProcessor.checkParams()
           
 void URLRecordSet.checkParams()
          Checks that the parameters are correct for this File Record Set.
protected abstract  void AbstractTableRecordSet.checkParamsImpl()
          Subclass should implement this method
protected  void JdbcTableRecordSet.checkParamsImpl()
           
static void DocHelper.execute(java.lang.String configFile)
           
private static Configurable DocHelper.parseConfigurable(org.w3c.dom.Element node)
           
(package private) static void DocHelper.parseDocumentDefintion(org.w3c.dom.Document doc)
           
private static Processor DocHelper.parseProcessor(org.w3c.dom.Element node)
           
private static RecordSet DocHelper.parseRecordSet(org.w3c.dom.Element node, java.lang.String name)
           
private static Renderer DocHelper.parseRenderer(org.w3c.dom.Element node)
           
 

Constructors in dochelper that throw InvalidValueException
URLRecord(java.lang.String url, java.lang.String name)
          Creates a new instance of URLRecord