org.apache.stanbol.entityhub.servicesapi.query
Class UnsupportedQueryTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.stanbol.entityhub.servicesapi.query.UnsupportedQueryTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedQueryTypeException
- extends IllegalArgumentException
RuntimeException that indicated, that the tyoe of the parsed Query
is not supported by the QueryService
- Author:
- Rupert Westenthaler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedQueryTypeException
public UnsupportedQueryTypeException(String unsupportedQueryType,
Collection<String> supportedTypes)
UnsupportedQueryTypeException
public UnsupportedQueryTypeException(String unsupportedQueryType,
Collection<String> supportedTypes,
String serviceName)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.