| The constructor for a FTPFileListParserImpl object.
Parameters: regex - The regular expression with which this object isinitialized. exception: IllegalArgumentException - Thrown if the regular expression is unparseable. Should not be seen innormal conditions. It it is seen, this is a sign that a subclass hasbeen created with a bad regular expression. Since the parser must becreated before use, this means that any bad parser subclasses createdfrom this will bomb very quickly, leading to easy detection. |