| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.openrdf.OpenRDFException org.openrdf.query.dawg.DAWGTestResultSetParseException
DAWGTestResultSetParseException | public class DAWGTestResultSetParseException extends OpenRDFException (Code) | | 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.
|
DAWGTestResultSetParseException | public DAWGTestResultSetParseException(String msg)(Code) | | Creates a new DAWGTestResultSetParseException.
Parameters: msg - An error message. |
DAWGTestResultSetParseException | public DAWGTestResultSetParseException(Throwable cause)(Code) | | Creates a new DAWGTestResultSetParseException wrapping another exception.
Parameters: cause - The cause of the exception. |
DAWGTestResultSetParseException | public DAWGTestResultSetParseException(String msg, Throwable cause)(Code) | | Creates a new DAWGTestResultSetParseException wrapping another exception.
Parameters: msg - An error message. Parameters: cause - The cause of the exception. |
|
|
|