org.jdom

Class IllegalTargetException

public class IllegalTargetException extends IllegalArgumentException

Thrown when a target is supplied in construction of a JDOM {@link ProcessingInstruction}, and that name breaks XML naming conventions.

Version: $Revision: 1.14 $, $Date: 2004/02/06 09:28:30 $

Author: Brett McLaughlin

Constructor Summary
IllegalTargetException(String reason)
Creates an exception with the specified error message.

Constructor Detail

IllegalTargetException

public IllegalTargetException(String reason)
Creates an exception with the specified error message.

Parameters: reason cause of the problem

Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.