|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jrdf.graph.GraphException
public class GraphException
Exception from an Graph
operation.
Constructor Summary | |
---|---|
protected |
GraphException()
|
|
GraphException(String message)
Create an exception. |
|
GraphException(String message,
Throwable newCause)
Create a wrapper exception. |
|
GraphException(Throwable newCause)
Create a wrapper exception. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected GraphException()
public GraphException(String message)
message
- the message to wrap inside this exception.public GraphException(Throwable newCause)
newCause
- the original exception to wrap.public GraphException(String message, Throwable newCause)
message
- the message to wrap inside this exception.newCause
- the original exception to wrap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |