org.eclipse.gmt.umlx.registry.resource
Class XMLRootNamespaceParser.FoundRootURIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.eclipse.gmt.umlx.registry.resource.XMLRootNamespaceParser.FoundRootURIException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLRootNamespaceParser

public static class XMLRootNamespaceParser.FoundRootURIException
extends org.xml.sax.SAXException

See Also:
Serialized Form

Constructor Summary
XMLRootNamespaceParser.FoundRootURIException(java.lang.String rootURI)
           
 
Method Summary
 java.lang.String getRootURI()
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLRootNamespaceParser.FoundRootURIException

public XMLRootNamespaceParser.FoundRootURIException(java.lang.String rootURI)
Method Detail

getRootURI

public java.lang.String getRootURI()