com.hp.hpl.jena.shared
Class NamespaceEndsWithNameCharException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.shared.NamespaceEndsWithNameCharException
All Implemented Interfaces:
Serializable

public class NamespaceEndsWithNameCharException
extends JenaException

This exception is thrown when a putative namespace (for a PrefixMapping) ends with a name character, which we disallow because its an invitation to errors. Typically a namespace URI will end with "/" or "#".

See Also:
Serialized Form

Constructor Summary
NamespaceEndsWithNameCharException(String ns)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamespaceEndsWithNameCharException

public NamespaceEndsWithNameCharException(String ns)


Licenced under the Apache License, Version 2.0