org.apache.lucene.limit
Class TermLimitException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by TermLimitException
All Implemented Interfaces:
Serializable

public class TermLimitException
extends IOException

Thrown when the maximum number of terms for a range or wildcard query has been exceeded. This is derived from IOException instead of just Exception because it may be thrown inside Lucene methods that are only prepared to handle IOExceptions.

See Also:
Serialized Form

Constructor Summary
TermLimitException(String message)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TermLimitException

public TermLimitException(String message)