|
|||||||||||
| 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.jrdf.graph.GraphException
Exception from an Graph operation.
| Constructor Summary | |
GraphException(String message)
Create an exception. |
|
GraphException(String message,
Throwable newCause)
Create a wrapper exception. |
|
GraphException(Throwable newCause)
Create a wrapper exception. |
|
| 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 |
public GraphException(String message)
message - the message to wrap inside this exception.
public GraphException(String message,
Throwable newCause)
message - the message to wrap inside this exception.newCause - the original exception to wrap.public GraphException(Throwable newCause)
newCause - the original exception to wrap.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||