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