org.openrdf.sesame.sail.query
Class BooleanExprEvaluationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.sesame.sail.query.BooleanExprEvaluationException
All Implemented Interfaces:
Serializable

public class BooleanExprEvaluationException
extends Exception

An exception that can be thrown by BooleanExpr.isTrue(RdfSource) to indicate that the expression could not be evaluated to true or false. When thrown, the result of the method should be considered to be "unknown".

See Also:
Serialized Form

Constructor Summary
BooleanExprEvaluationException()
           
BooleanExprEvaluationException(String message)
           
BooleanExprEvaluationException(String message, Throwable t)
           
BooleanExprEvaluationException(Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanExprEvaluationException

public BooleanExprEvaluationException()

BooleanExprEvaluationException

public BooleanExprEvaluationException(String message)

BooleanExprEvaluationException

public BooleanExprEvaluationException(String message,
                                      Throwable t)

BooleanExprEvaluationException

public BooleanExprEvaluationException(Throwable t)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.