PAJES 2.3.9

org.pajes.html
Class TagNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.pajes.html.TagNotFoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldNotFoundException

public class TagNotFoundException
extends java.lang.RuntimeException

Thrown when a TraversableElement.getTagByID(java.lang.String) search fails to locate the requested HTML element.

See Also:
Serialized Form

Constructor Summary
TagNotFoundException(TraversableElement container, java.lang.String id)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

TagNotFoundException

public TagNotFoundException(TraversableElement container,
                            java.lang.String id)
Creates a new exception.

Parameters:
container - the TraversableElement from where the search commenced.
id - the id attribute of the HTML element that was not located.

PAJES 2.3.9

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.