PAJES 2.3.9

org.pajes.html
Class FieldNotFoundException

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

public class FieldNotFoundException
extends TagNotFoundException

Thrown when a TraversableElement.getFieldByName(java.lang.String) search fails to locate the requested field.

See Also:
Serialized Form

Constructor Summary
FieldNotFoundException(TraversableElement container, java.lang.String fieldName)
          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

FieldNotFoundException

public FieldNotFoundException(TraversableElement container,
                              java.lang.String fieldName)
Creates a new exception.

Parameters:
container - the TraversableElement from where the search commenced.
fieldName - the name of the Input field that was not located.

PAJES 2.3.9

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