org.apache.stanbol.entityhub.servicesapi.query
Class UnsupportedQueryTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
UnsupportedQueryTypeException(String unsupportedQueryType, Collection<String> supportedTypes)
           
UnsupportedQueryTypeException(String unsupportedQueryType, Collection<String> supportedTypes, String serviceName)
           
 
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

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.