|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception it.unimi.di.mg4j.index.TooManyTermsException
public class TooManyTermsException
Thrown to indicate that a prefix query generated too many terms.
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 |
---|
public final int numberOfTerms
Constructor Detail |
---|
public TooManyTermsException(int numberOfTerms)
Method Detail |
---|
public String toString()
toString
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |