org.ontoware.rdf2go.exception
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontoware.rdf2go.exception.ModelRuntimeException
                  extended by org.ontoware.rdf2go.exception.MalformedQueryException
All Implemented Interfaces:
java.io.Serializable, AnyModelException

public class MalformedQueryException
extends ModelRuntimeException

This runtime exception is thrown if a given query string could not be parsed and interpreted as a valid query string. Adapters should include help to refine the query to become valid, e.g. show which part of the query could not be parsed.

Author:
voelkel
See Also:
Serialized Form

Constructor Summary
MalformedQueryException()
           
MalformedQueryException(java.lang.Exception e)
           
MalformedQueryException(java.lang.String message)
           
MalformedQueryException(java.lang.String message, java.lang.Exception e)
           
 
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(java.lang.Exception e)

MalformedQueryException

public MalformedQueryException(java.lang.String message,
                               java.lang.Exception e)

MalformedQueryException

public MalformedQueryException(java.lang.String message)


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.