GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class NamespaceMapper.NamespaceMapException

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

public static class NamespaceMapper.NamespaceMapException
extends ListenerRuntimeException

Exception thrown when an error is detected in the mapping of namespaces.

The exception will be thrown when an impossible mapping (like mapping same namespace to two different sets of element handlers) is required.

See Also:
Serialized Form

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

NamespaceMapper.NamespaceMapException

public NamespaceMapper.NamespaceMapException()

NamespaceMapper.NamespaceMapException

public NamespaceMapper.NamespaceMapException(String s)

NamespaceMapper.NamespaceMapException

public NamespaceMapper.NamespaceMapException(Throwable t)

NamespaceMapper.NamespaceMapException

public NamespaceMapper.NamespaceMapException(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