Package org.jdom

Class IllegalTargetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalTargetException
    extends java.lang.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
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IllegalTargetException​(java.lang.String reason)
      Creates an exception with the specified error message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalTargetException

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