|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openanzo.glitter.exception.GlitterException
org.openanzo.glitter.exception.UnknownGraphException
public class UnknownGraphException
Thrown if a graph that is part of an RDF dataset cannot be found/loaded.
| 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 |
|---|
public UnknownGraphException(java.net.URI graph)
graph - The unknown graphpublic UnknownGraphException(java.lang.String graph)
graph - The unknown graph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||