org.openanzo.glitter.exception
Class UnknownGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.exception.GlitterException
              extended by org.openanzo.glitter.exception.UnknownGraphException
All Implemented Interfaces:
java.io.Serializable

public class UnknownGraphException
extends GlitterException

Thrown if a graph that is part of an RDF dataset cannot be found/loaded.

Author:
lee
See Also:
Serialized Form

Constructor Summary
UnknownGraphException(java.lang.String graph)
           
UnknownGraphException(java.net.URI graph)
           
 
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

UnknownGraphException

public UnknownGraphException(java.net.URI graph)
Parameters:
graph - The unknown graph

UnknownGraphException

public UnknownGraphException(java.lang.String graph)
Parameters:
graph - The unknown graph


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.