Class VariableNotBoundException

All Implemented Interfaces:
Serializable

public class VariableNotBoundException extends OntoDriverRuntimeException
Thrown when an attempt is made to extract value of a variable which is not bound by the ResultSet.

This can happen for example when an OPTIONAL operator is used, so the variable is present in the result set, but may not be bound by the current row.

See Also:
  • Constructor Details

    • VariableNotBoundException

      public VariableNotBoundException(String message)