org.openrdf.sesame.sail.query
Class BooleanExprEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.