org.apache.clerezza.rdf.core.sparql
Class NoQueryEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.