GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ElementMapper.InvalidHandlerException

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.InvalidHandlerException
All Implemented Interfaces:
Serializable
Enclosing interface:
ElementMapper<T extends Parser>

public static class ElementMapper.InvalidHandlerException
extends ListenerRuntimeException

Exception thrown when doElement maps an XML name to a Java identifier that cannot be used to invoke an element handler.

The cause of this exception tells why the identifier cannot be used.

See Also:
Serialized Form

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

public ElementMapper.InvalidHandlerException()

ElementMapper.InvalidHandlerException

public ElementMapper.InvalidHandlerException(String s)

ElementMapper.InvalidHandlerException

public ElementMapper.InvalidHandlerException(Throwable t)

ElementMapper.InvalidHandlerException

public ElementMapper.InvalidHandlerException(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