|
||||||||
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 org.z3950.zing.cql.PQFTranslationException org.z3950.zing.cql.UnknownIndexException
public class UnknownIndexException
Exception indicating that an index was not recognised. At compilation time, we accept any syntactically valid index; but when rendering a tree out as PQF, we need to translate the indexes into sets of Type-1 query attributes. If we can't do that, because the PQF configuration doesn't know about a relation, we throw one of these babies.
Constructor Summary | |
---|---|
UnknownIndexException(java.lang.String s)
Creates a new UnknownIndexException. |
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 |
---|
public UnknownIndexException(java.lang.String s)
s
- The index for which there was no PQF configuration.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |