it.unimi.di.mg4j.index
Class TooManyTermsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.unimi.di.mg4j.index.TooManyTermsException
All Implemented Interfaces:
Serializable

public class TooManyTermsException
extends Exception

Thrown to indicate that a prefix query generated too many terms.

Author:
Sebastiano Vigna
See Also:
Serialized Form

Field Summary
 int numberOfTerms
           
 
Constructor Summary
TooManyTermsException(int numberOfTerms)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numberOfTerms

public final int numberOfTerms
Constructor Detail

TooManyTermsException

public TooManyTermsException(int numberOfTerms)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable