org.openrdf.query.dawg
Class DAWGTestResultSetParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.dawg.DAWGTestResultSetParseException
All Implemented Interfaces:
Serializable

public class DAWGTestResultSetParseException
extends OpenRDFException

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.

See Also:
Serialized Form

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

DAWGTestResultSetParseException

public DAWGTestResultSetParseException(String msg)
Creates a new DAWGTestResultSetParseException.

Parameters:
msg - An error message.

DAWGTestResultSetParseException

public DAWGTestResultSetParseException(Throwable cause)
Creates a new DAWGTestResultSetParseException wrapping another exception.

Parameters:
cause - The cause of the exception.

DAWGTestResultSetParseException

public DAWGTestResultSetParseException(String msg,
                                       Throwable cause)
Creates a new DAWGTestResultSetParseException wrapping another exception.

Parameters:
msg - An error message.
cause - The cause of the exception.


Copyright © 2001-2007 Aduna. All Rights Reserved.