no.sesat.search.query.token
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.sesat.search.query.token.EvaluationException
All Implemented Interfaces:
Serializable

public final class EvaluationException
extends Exception

Something went wrong evaluating the token. Because of this TokenPredicates (because of their associated known and possible predicates) cannot be weakly cached and so should be marked stale.

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
EvaluationException(String s, Exception e)
          Create a new VeryFastListQueryException.
 
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

EvaluationException

public EvaluationException(String s,
                           Exception e)
Create a new VeryFastListQueryException.

Parameters:
s - detailed message
e - underlying exception


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.