PAJES 3.0.21

org.pajes.html
Class TagNotFoundException

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

public class TagNotFoundException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

Constructor Summary
TagNotFoundException(Traversable container, java.lang.String id)
          Creates a new exception.
 
Method Summary
 
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(Traversable container,
                            java.lang.String id)
Creates a new exception.

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

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.