org.openrdf.query
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.query.MalformedQueryException
All Implemented Interfaces:
Serializable

public class MalformedQueryException
extends RuntimeException

An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.

Author:
jeen, Herko ter Horst
See Also:
Serialized Form

Constructor Summary
MalformedQueryException()
           
MalformedQueryException(String message)
           
MalformedQueryException(String message, Throwable t)
           
MalformedQueryException(Throwable t)
           
 
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

MalformedQueryException

public MalformedQueryException()

MalformedQueryException

public MalformedQueryException(String message)

MalformedQueryException

public MalformedQueryException(Throwable t)

MalformedQueryException

public MalformedQueryException(String message,
                               Throwable t)


Copyright © 2001-2009 Aduna. All Rights Reserved.