|
||||||||||
| 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.openrdf.OpenRDFException
org.openrdf.query.dawg.DAWGTestResultSetParseException
public class DAWGTestResultSetParseException
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
| Constructor Summary | |
|---|---|
DAWGTestResultSetParseException(String msg)
Creates a new DAWGTestResultSetParseException. |
|
DAWGTestResultSetParseException(String msg,
Throwable cause)
Creates a new DAWGTestResultSetParseException wrapping another exception. |
|
DAWGTestResultSetParseException(Throwable cause)
Creates a new DAWGTestResultSetParseException wrapping another 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 |
|---|
public DAWGTestResultSetParseException(String msg)
msg - An error message.public DAWGTestResultSetParseException(Throwable cause)
cause - The cause of the exception.
public DAWGTestResultSetParseException(String msg,
Throwable cause)
msg - An error message.cause - The cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||