org.apache.clerezza.rdf.core.sparql
Class NoQueryEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.clerezza.rdf.core.sparql.NoQueryEngineException
All Implemented Interfaces:
Serializable

public class NoQueryEngineException
extends RuntimeException

Indicates that there is no available query engine for resolving a query.

Author:
rbn
See Also:
Serialized Form

Constructor Summary
NoQueryEngineException()
          Creates a new instance of NoQueryEngineException without detail message.
NoQueryEngineException(String msg)
          Constructs an instance of NoQueryEngineException with the specified detail message.
 
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

NoQueryEngineException

public NoQueryEngineException()
Creates a new instance of NoQueryEngineException without detail message.


NoQueryEngineException

public NoQueryEngineException(String msg)
Constructs an instance of NoQueryEngineException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.