Package org.apache.jena.shared
Class NamespaceEndsWithNameCharException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.shared.NamespaceEndsWithNameCharException
-
- All Implemented Interfaces:
java.io.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 it is an invitation to errors. Typically a namespace URI will end with "/" or "#".- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamespaceEndsWithNameCharException(java.lang.String ns)
-