Thrown when a target is supplied in construction of a JDOM
ProcessingInstruction , and that name breaks XML naming conventions.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:38 $ author: Brett McLaughlin
This will create an Exception indicating
that the specified target is illegal for the
ProcessingInstruction it was supplied to.
Parameters: target - String target that breaks rules. Parameters: reason - String message or reason target is illegal.
IllegalTargetException
public IllegalTargetException(String reason)(Code)
Creates an exception with the specified error message.
Parameters: reason - cause of the problem