org.jdom
Class IllegalTargetException
IllegalArgumentExceptionorg.jdom.IllegalTargetException
public class IllegalTargetException
extends IllegalArgumentException
Thrown when a target is supplied in construction of a JDOM
ProcessingInstruction, and that name breaks XML naming conventions.
Version:
- Brett McLaughlin
IllegalTargetException
public IllegalTargetException(String reason)
Creates an exception with the specified error message.
reason - cause of the problem
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.