|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.reasoner.dig.DIGReasonerException
com.hp.hpl.jena.reasoner.dig.DIGWrappedException
public class DIGWrappedException
An exception type that wraps a checked exception from the DIG interface as a Jena (runtime) exception.
| Constructor Summary | |
|---|---|
DIGWrappedException(java.lang.Throwable ex)
Construct a DIG exception that wraps a deeper exception from the DIG interface. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getWrappedException()
Answer the exception that this exception is wrapping. |
| Methods inherited from class com.hp.hpl.jena.shared.JenaException |
|---|
getCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DIGWrappedException(java.lang.Throwable ex)
Construct a DIG exception that wraps a deeper exception from the DIG interface.
ex - An exception or other error to be wrapped| Method Detail |
|---|
public java.lang.Throwable getWrappedException()
Answer the exception that this exception is wrapping.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||