org.jdom

Class 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:
$Revision: 1.15 $, $Date: 2007/11/10 05:28:59 $
Author:
Brett McLaughlin

Constructor Summary

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

Constructor Details

IllegalTargetException

public IllegalTargetException(String reason)
Creates an exception with the specified error message.
Parameters:
reason - cause of the problem

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.