GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ElementMapper.NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.gorman.xml.parse.ListenerRuntimeException
                  extended by ca.gorman.xml.parse.ElementMapper.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing interface:
ElementMapper<T extends Parser>

public static class ElementMapper.NotFoundException
extends ListenerRuntimeException

Exception thrown when doElement maps an XML name to a Java identifier that is not defined by the application.

See Also:
Serialized Form

Constructor Summary
ElementMapper.NotFoundException()
           
ElementMapper.NotFoundException(String s)
           
ElementMapper.NotFoundException(String s, Throwable t)
           
ElementMapper.NotFoundException(Throwable t)
           
 
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

ElementMapper.NotFoundException

public ElementMapper.NotFoundException()

ElementMapper.NotFoundException

public ElementMapper.NotFoundException(String s)

ElementMapper.NotFoundException

public ElementMapper.NotFoundException(Throwable t)

ElementMapper.NotFoundException

public ElementMapper.NotFoundException(String s,
                                       Throwable t)

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License