Class query.UnsupportedQueryException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class query.UnsupportedQueryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----query.UnsupportedQueryException

public class UnsupportedQueryException
extends Exception
Exception raised when a STARTS query input has unsupported elements.

Constructor Index

 o UnsupportedQueryException(String)
Generic constructor for an UnsupportedQueryException

Constructors

 o UnsupportedQueryException
  public UnsupportedQueryException(String msg)
Generic constructor for an UnsupportedQueryException
Parameters:
msg - The information message for the fault.

All Packages  Class Hierarchy  This Package  Previous  Next  Index