PAJES 3.0.21

org.pajes.html
Class FieldNotFoundException

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

public class FieldNotFoundException
extends TagNotFoundException

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

See Also:
Serialized Form

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

FieldNotFoundException

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

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

PAJES 3.0.21

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