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:
- java.io.Serializable
public class UnsupportedQueryTypeException
- extends java.lang.IllegalArgumentException
RuntimeException that indicated, that the tyoe of the parsed Query
is not supported by the QueryService
- Author:
- Rupert Westenthaler
- See Also:
- Serialized Form
|
Constructor Summary |
UnsupportedQueryTypeException(java.lang.String unsupportedQueryType,
java.util.Collection<java.lang.String> supportedTypes)
|
UnsupportedQueryTypeException(java.lang.String unsupportedQueryType,
java.util.Collection<java.lang.String> supportedTypes,
java.lang.String serviceName)
|
| 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 |
UnsupportedQueryTypeException
public UnsupportedQueryTypeException(java.lang.String unsupportedQueryType,
java.util.Collection<java.lang.String> supportedTypes)
UnsupportedQueryTypeException
public UnsupportedQueryTypeException(java.lang.String unsupportedQueryType,
java.util.Collection<java.lang.String> supportedTypes,
java.lang.String serviceName)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.