|
||||||||
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.UnknownPositionException
public class UnknownPositionException
Exception indicating that a position was not recognised. When rendering a tree out as PQF, each term is classified either as any, first, last or firstAndLast, depending on whether it begins and/or ends with the word-anchoring meta-character ^. Its classification is looked up as a position in the PQF configuration. If the position is not configured, we throw one of these babies.
Constructor Summary | |
---|---|
UnknownPositionException(java.lang.String s)
Creates a new UnknownPositionException. |
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 UnknownPositionException(java.lang.String s)
s
- The position for which there was no PQF configuration.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |