com.hp.hpl.jena.shared
Class BadURIException

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.BadURIException
All Implemented Interfaces:
Serializable

public class BadURIException
extends JenaException

A Jena exception for malformed URIs.

Jena checks URIs sometimes, particularly on input and output. It is however possible to have a Jena model which contains bad URIs. Such a model cannot be written out very easily, particularly in RDF/XML, try N-TRIPLE. An input document, particularly when no base URL is known, may introduce relative URIs into a model. These may later cause this exception.

(This one is an unchecked exception, so we don't litter our code with try-catch blocks or throws declarations.)

Author:
kers
See Also:
Serialized Form

Constructor Summary
BadURIException(String message)
           
 
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

BadURIException

public BadURIException(String message)


Licenced under the Apache License, Version 2.0