org.ontoware.rdf2go.exception
Class MalformedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ontoware.rdf2go.exception.ModelRuntimeException
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
| 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 |
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.