Uses of Class
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
Packages that use JRDFoxException
Package
Description
-
Uses of JRDFoxException in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that throw JRDFoxExceptionModifier and TypeMethodDescriptionlongAdds a rule to the data store.longDataStoreConnection.addRules(Collection<Rule> datalogProgram) Adds a collection of rules to the data store.longCursor.advance()Advances the cursor and positions it to the next tuple.static RDFoxServer.InstanceStateRDFoxServer.analyzeState(String serverDirectoryPath) Analyzes the state of the server instance in the specified server directory.voidDataStoreConnection.beginTransaction(TransactionType transactionType) Starts a new transaction on this connection.ServerConnection.bringDataStoreOffline(String dataStoreName) Makes sure that the data store with the given name is offline.booleanServerConnection.bringDataStoreOnline(String dataStoreName) Makes sure that the data store with the given name is online.booleanCursor.canAdvance()Checks whetherCursor.advance()can be called to continue iteration.voidServerConnection.changeRolePassword(String currentPassword, String newPassword) Creates the password of the role that is associated with this connection.booleanServerConnection.checkIntegrity(int maxErrorsOfSameType, OutputStream outputStream) Checks the integrity of this server and reports any problems that might have occurred.voidDataStoreConnection.clear(int dataStoreParts) Clears the specified parts of the data store.voidDataStoreConnection.clearRulesAxiomsExplicateFacts()Clears all rules and turns all facts in the data store into EDB facts.voidDataStoreConnection.commitTransaction()Commits the transaction associated with this connection.voidDataStoreConnection.compact()Compact the data in the data store.booleanDataStoreConnection.containsDataSource(String dataSourceName) Checks whether the data store contains a data source with the specified name.booleanDataStoreConnection.containsDataSourceTable(String dataSourceName, String dataSourceTableName) Checks whether the specified data source in the data store contains a data source table with the specified name.booleanServerConnection.containsDataStore(String dataStoreName) Returnstrueif the connected server contains a data store with the given name.booleanDataStoreConnection.containsDeltaQuery(String deltaQueryName) Checks whether the data store contains a delta query with the specified name.booleanDataStoreConnection.containsStatistics(String statisticsName) Checks whether the data store contains the statistics with the specified name.booleanDataStoreConnection.containsTupleTable(String tupleTableName) Checks whether the data store contains a tuple table with the specified name.DataStoreConnection.createCursor(String queryText, Map<String, String> compilationParameters) Creates a cursor over the results of the given query with the default fetch window size of one.DataStoreConnection.createCursor(String queryText, Map<String, String> compilationParameters, int fetchWindowSize) Creates a cursor over the results of the given query.DataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters) Creates a cursor over the results of the given query with the default fetch window size of one.DataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters, int fetchWindowSize) Creates a cursor over the results of the given query.voidServerConnection.createDataStore(String dataStoreName, Map<String, String> dataStoreParameters) Creates a data store with the given name.voidDataStoreConnection.createExplanation(String factText, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, OutputStream outputStream) Computes an explanation for a given fact and saves it in JSON format to the given output stream.voidDataStoreConnection.createExplanation(TupleTableAtom fact, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, OutputStream outputStream) Computes an explanation for a given fact and saves it in JSON format to the given output stream.static voidRDFoxServer.createFirstRole(String firstRoleName, String password) Creates the first role in the server.voidServerConnection.createRole(String roleName, String password) Creates a new role with the given name and password.voidServerConnection.createRole(String roleName, PasswordSpecificationType passwordSpecificationType, String password) Creates a new role with the given name and password.voidDataStoreConnection.createStatistics(String statisticsName, Map<String, String> statisticsParameters) Creates the statistics in a data store.voidDataStoreConnection.createTupleTable(String tupleTableName, Map<String, String> tupleTableParameters) Creates a tuple table in a data store.voidDataStoreOperationStartMonitor.dataStoreOperationStarted(long dataStoreVersionOnTransactionStart) Called whenever an operation on a data store connection is performed.voidServerConnection.deleteDataStore(String dataStoreName) Deletes a data store with the given name from the server.voidServerConnection.deleteDataStore(String dataStoreName, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Deletes a data store with the given name from the server if the validation of the operation passes.longDataStoreConnection.deleteDeltaQueryAnswers(Optional<String> deltaQueryName, Optional<Long> fromDataStoreVersion, Optional<Long> toDataStoreVersion, Optional<DeltaQueryAnswerType> deltaQueryAnswerType) Deletes the delta query answers that match the specified delta query name, the data store version range, and delta query answer type.voidServerConnection.deleteRole(String roleName) Deletes a role with the given name.longDataStoreConnection.deleteRule(Rule rule) Deletes a rule to the data store.longDataStoreConnection.deleteRules(Collection<Rule> datalogProgram) Deletes a collection of rules to the data store.voidDataStoreConnection.deleteStatistics(String statisticsName) Deletes the data store statistics with the specified name from the data store.voidDataStoreConnection.deleteTupleTable(String tupleTableName) Deletes the tuple table with the specified name from the data store.voidDataStoreConnection.deregisterDataSource(String dataSourceName) Deregisters the data source table with the specified name from the data store.voidDataStoreConnection.deregisterDeltaQuery(String deltaQueryName) Deregisters the delta query with the specified name from the data store.DataStoreConnection.describeDataSource(String dataSourceName) Returns information about the data source with the given name.DataStoreConnection.describeDataSourceTable(String dataSourceName, String dataSourceTableName) Returns information about the data source table of the specified data source in the data store.ServerConnection.describeDataStore(String dataStoreName) Returns information about the data store with the given name.DataStoreConnection.describeDeltaQuery(String deltaQueryName) Returns information about the delta query with the given name.DataStoreConnection.describeStatistics(String statisticsName) Returns information about the specific statistics of the data store.DataStoreConnection.describeTupleTable(String tupleTableName) Returns information about the tuple table with the given name.DataStoreConnection.duplicate()Creates a new connection to the same data store.ServerConnection.duplicate()Creates a new connection to the same data store.DataStoreConnection.evaluateQuery(String queryText, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.DataStoreConnection.evaluateQuery(Query query, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.DataStoreConnection.evaluateStatement(String statementText, Map<String, String> compilationParameters, File file, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied file using the specified format.DataStoreConnection.evaluateStatement(String statementText, Map<String, String> compilationParameters, OutputStream outputStream, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied output stream using the specified format.DataStoreConnection.evaluateStatement(Statement statement, Map<String, String> compilationParameters, File file, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied file using the specified format.DataStoreConnection.evaluateStatement(Statement statement, Map<String, String> compilationParameters, OutputStream outputStream, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied output stream using the specified format.DataStoreConnection.evaluateUpdate(String updateText, Map<String, String> compilationParameters) Evaluates an update.DataStoreConnection.evaluateUpdate(Update update, Map<String, String> compilationParameters) Evaluates an update.Evaluates a list of updates.voidDataStoreConnection.exportData(File file, String encryptionAlgorithm, String encryptionKey, String formatName, Map<String, String> parameters) Exports the data in the data store using the given format.voidExports the data in the data store using the given format.voidDataStoreConnection.exportData(OutputStream outputStream, String formatName, Map<String, String> parameters) Exports the data in the data store using the given format.voidDataStoreConnection.exportDeltaQueryAnswer(OutputStream outputStream, String deltaQueryName, long dataStoreVersion, DeltaQueryAnswerType deltaQueryAnswerType) Exports the delta query answer with the specified name, data store version, and delta query answer type.DataStoreConnection.getAgentName()Returns the name of the agent currently associated with this connection.ServerConnection.getAgentName()Returns the name of the agent currently associated with this connection.Cursor.getAnswerVariableName(int argumentIndex) Returns the name of the answer variable for the given index.ServerConnection.getAPILoggingDirectory()Returns the directory where the API logging files are stored on the server.booleanServerConnection.getAPILoggingEnabled()Returns whether the API logging is enabled on the server.longServerConnection.getAPILoggingInputRecordingLimit()Returns the limit on the size of input recording for API logging in bytes.intCursor.getArity()Returns the arity (i.e., the number of columns) of the answers that the cursor computes.DataStoreConnection.getCommitProcedure()Returns the data store's commit procedure.DataStoreConnection.getComponentInfo(boolean extended) Returns diagnostic information about the data store as a tree of objects each providing detailed information about the data store.ServerConnection.getComponentInfo(boolean extended) Returns diagnostic information about the server as a tree of objects each providing detailed information about the server.longCursor.getCurrentMultiplicity()Returns the multiplicity of the current tuple.longCursor.getCurrentOffset()Returns the offset of the current tuple.Cursor.getCursorType()Returns the type of the query that this cursor was obtained from.ResourceValue[][]DataStoreConnection.getDataSourceTableData(String dataSourceName, String dataSourceTableName, int numberOfRows) Returns a sample of the data from the specified data source table.Cursor.getDataStoreConnection()Returns the data store connection that this cursor is associated with.DataStoreConnection.getDataStoreOperationStartMonitor()Returns the current callback interface that will be called whenever an operation starts on this data store connection.DataStoreConnection.getDataStoreProperties()Returns all data store properties as key-value pairs.DataStoreConnection.getDataStoreProperty(String propertyName) Returns the specified property of the data store.DataStoreConnection.getDataStoreReasoningAlgorithm()Returns the reasoning that the data store would use to process updates.longDataStoreConnection.getDataStoreVersion()If a transaction is active, the data store version associated with the transaction is returned; otherwise, the last committed data store version is returned.longDataStoreConnection.getDataStoreVersionAfterLastOperation()Returns the version that the data store had after the last operation on this connection.booleanDataStoreConnection.getIncrementalReasoningAllowed()Returnstrueif updates on this data store connection are allowed to be processed using incremental reasoning.intCursor.getIndexOfCurrentAnswerInWindow()Returns the index of the current answer in the current window.longDataStoreConnection.getLastSnapshotDataStoreVersion()Returns the data store version of the most recent snapshot.ServerConnection.getLicenseMessage()Returns the license message of the RDFox instance.longDataStoreConnection.getLockTimeout()Returns the time in milliseconds that the system will wait for when it needs to acquire a lock on a data store.long[]ServerConnection.getMemoryUse()Returns the current memory use of RDFox.DataStoreConnection.getName()Returns the name of the data store inside the server.intCursor.getNumberOfAnswersInWindow()Returns the number of answers in the current window.static longRDFoxServer.getNumberOfRoles()Returns the number of roles currently present in the server.intServerConnection.getNumberOfThreads()Returns the number of threads that the server uses for various tasks such as reasoning and data importation.DataStoreConnection.getParameters()Returns the parameters that the data store was created with.ServerConnection.getParameters()Returns the parameters that the server was created with.DataStoreConnection.getPrefixes()Returns the prefixes of the data store.ServerConnection.getRDFoxGitSHA()Returns the string containing the Git SHA identifying the precise version of the RDFox instance code.ServerConnection.getRDFoxVersion()Returns the version string of the RDFox instance.Cursor.getResource(int argumentIndex) Returns the resource by for the given index in the current answer row.Cursor.getResourceValue(int argumentIndex) Returns the resource bound to the given index in the current answer row.ServerConnection.getRolePasswordHash(String roleName) Returns the password hash for the given role name.intServerConnection.getServerVersion()Returns the current server version.DataStoreConnection.getTransactionState()Returns the state of the transaction associated with this connection.DataStoreConnection.getUniqueID()Returns a string that uniquely identifies the data store.booleanServerConnection.grantPrivileges(String roleName, String resourceSpecifier, byte accessTypesToGrant) Grants privileges over a resource specifier to a role.booleanGrants the membership of a role in another role.DataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType) Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.DataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType, ImportNotificationMonitor importNotificationMonitor) Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, String content) Imports the data from the given string into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store Triples in the default graph will be put into the named graph specified using thedefaultGraphparameter.DataStoreConnection.importData(UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(UpdateType updateType, String content) Imports the data from the given string into the data store.DataStoreConnection.importData(UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store.static voidRDFoxServer.initialize(String serverDirectoryPath, String persistenceEncryptionKey, Map<String, String> permanentServerParameters) Initializes the server instance in the specified server directory using the supplied server parameters.voidDataStoreConnection.interrupt()Tries to interrupt an operation that is running in parallel on this connection.voidServerConnection.interrupt()Tries to interrupt an operation that is running in parallel on this connection.booleanServerConnection.isDataStoreOnline(String dataStoreName) Checks whether the data store with the given name is onlinebooleanServerConnection.isMemberOf(String roleName, String superRoleName) Checks whether the given role is a member of another super-role.booleanDataStoreConnection.isPersistent()Returnstrueif the data store is persistent.DataStoreConnection.listDataSources()Returns the list of data sources currently present in the data store.DataStoreConnection.listDataSourceTables(String dataSourceName) Returns information about the data source tables of the specified data source in the data store.ServerConnection.listDataStores()Returns the list of data stores available at the connected server.DataStoreConnection.listDeltaQueries()Returns information about the delta queries currently registered with the data store.DataStoreConnection.listDeltaQueryAnswers(Optional<String> deltaQueryName, Optional<Long> fromDataStoreVersion, Optional<Long> toDataStoreVersion, Optional<DeltaQueryAnswerType> deltaQueryAnswerType) Lists the delta query answers that match the specified delta query name, the data store version range, and delta query answer type.ServerConnection.listPrivileges(String roleName) Lists the privileges of a given role.ServerConnection.listRoleMembers(String roleName) Lists the roles that are members of the given role.ServerConnection.listRoleMemberships(String roleName) Lists the roles that the given role is a member of.ServerConnection.listRoles()Returns the list of all roles available at the server.DataStoreConnection.listRules()Returns the information about the rules currently loaded into the data store.DataStoreConnection.listStatistics()Returns information about all statistics currently managed by the data store.DataStoreConnection.listTupleTables()Returns the list of tuple tables currently present in the data store.voidServerConnection.loadDataStoreFromBinaryFormat(String dataStoreName, File file, String decryptionAlgorithm, String decryptionKey, Map<String, String> dataStoreParameters) Loads a data store with the given name from a file containing the store saved in the standard or raw format.voidServerConnection.loadDataStoreFromBinaryFormat(String dataStoreName, InputStream inputStream, String decryptionAlgorithm, String decryptionKey, Map<String, String> dataStoreParameters) Loads a data store with the given name from an input stream containing the store saved in the standard or raw format.static DataStoreConnectionRDFoxServer.newDataStoreConnection(String dataStoreName, String roleName, String password) Creates a new connection to a data store at the server.ServerConnection.newDataStoreConnection(String dataStoreName) Creates a connection to the data store of this server with the given name.static ServerConnectionRDFoxServer.newServerConnection(String roleName, String password) Creates a new connection to the RDFox server.longCursor.open()Opens the cursor and positions it to the first tuple.longCursor.open(long skipToOffset) Opens the cursor and positions it to the tuple with the given offset.voidQueryAnswerMonitor.processQueryAnswer(List<ResourceValue> answer, long multiplicity) Called for each query answer.voidQueryAnswerMonitor.queryAnswersFinished()Called after all query answers have been processed.voidQueryAnswerMonitor.queryAnswersStarted(Prefixes prefixes, String[] answerVariableNames) Called at the start of query answering.voidDataStoreConnection.recompile()Recompiles the rules and commit procedure using the currently available statistics.voidDataStoreConnection.recomputeMaterialization()Recomputes the materialization from scratch — that is, deletes all derived facts and applies all rules as if the data had just been freshly imported.voidDataStoreConnection.registerDataSource(String dataSourceName, Map<String, String> dataSourceParameters) Registers a data source with a data store.voidDataStoreConnection.registerDeltaQuery(String deltaQueryName, String queryText, String formatName, long snapshotsMaxSize, long deletionsMaxSize, long additionsMaxSize) Registers a delta query with a data store.voidDataStoreConnection.registerDeltaQuery(String deltaQueryName, Query query, String formatName, long snapshotsMaxSize, long deletionsMaxSize, long additionsMaxSize) Registers a delta query with a data store.booleanServerConnection.revokePrivileges(String roleName, String resourceSpecifier, byte accessTypesToRevoke) Revokes privileges over a resource specifier from a role.booleanServerConnection.revokeRole(String roleName, String superRoleName) Revokes the membership of a role in another role.voidDataStoreConnection.rollbackTransaction()Rolls back the transaction associated with this connection.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, File file, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format) Saves a data store into the specified binary format.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, File file, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, OutputStream outputStream, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format) Saves a data store into the specified binary format.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, OutputStream outputStream, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.voidServerConnection.setAPILoggingDirectory(String directory) Sets the directory where the API logging files are stored on the server.voidServerConnection.setAPILoggingEnabled(boolean enabled) Enables or disables the API logging on the server.voidServerConnection.setAPILoggingInputRecordingLimit(long inputRecordingLimit) Sets the limit on the size of input recording for API logging in bytes.booleanDataStoreConnection.setCommitProcedure(String commitProcedure) Sets the data store's commit procedure.booleanDataStoreConnection.setCommitProcedure(List<Update> steps) Sets the data store's commit procedure.voidDataStoreConnection.setDataStoreOperationStartMonitor(DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Sets a callback interface that will be called whenever an operation starts on this data store connection.booleanDataStoreConnection.setDataStoreProperty(String propertyName, String propertyValue) Sets the specified property of the data store to the given value.voidDataStoreConnection.setDeltaQueryEvaluationMode(String deltaQueryName, DeltaQueryEvaluationMode deltaQueryEvaluationMode) Deregisters the delta query with the specified name from the data store.voidDataStoreConnection.setIncrementalReasoningAllowed(boolean incrementalReasoningAllowed) Determines whether it is allowed to process updates initiated on this data store connection using incremental reasoning.voidDataStoreConnection.setLockTimeout(long timeout) Sets the time in milliseconds that the system will wait for when it needs to acquire a lock on a data store.voidServerConnection.setMaxMemoryUse(long maxUsedBytes) Sets the maximum amount of memory that RDFox is allowed to use.voidServerConnection.setNumberOfThreads(int numberOfThreads) Sets the number of threads that the server should use for various tasks such as reasoning and data importation.booleanSets the given prefix name to the given prefix IRI in the collection of the data store prefixes.booleanDataStoreConnection.setPrefixes(Prefixes prefixes) Replaces all mappings of the prefix names to IRIs maintained by the data store to the collection given in the argument.static intStarts the server using the supplied parameters and returns the number of data stores in the server (or -1 is the server is already running).static booleanRDFoxServer.startEndpoint(Map<String, String> endpointParameters) Starts the endpoint using the supplied parameters.voidCursor.stop()Stops this iterator by releasing all resources that the cursor might hold.static voidRDFoxServer.stop()Stops the server and the endpoint (in case the latter is currently running), or does nothing if the server is not running.static voidRDFoxServer.stopEndpoint()Stops the endpoint if the endpoint is currently running, or does nothing.booleanDataStoreConnection.transactionRequiresRollback()Returnstrueif a transaction is active on this connection and this transaction must be rolled back (i.e., it cannot be committed).booleanDataStoreConnection.unsetPrefix(String prefixName) Removes the mapping of the given prefix name in the collection of the data store prefixes.voidDataStoreConnection.updateMaterialization()Updates the materialization so that all and only the consequences of the explicitly stated facts and the rules are derived.voidDataStoreConnection.updateStatistics()Updates all statistics that the data store uses to plan queries and rules.voidDataStoreConnection.updateStatistics(String statisticsName) Updates the statistics with the given name that the data store uses to plan queries and rules.static voidRDFoxServer.upgrade(String serverDirectoryPath, String persistenceEncryptionKey, OutputStream outputStream) Upgrades the server instance in the specified server directory to the version used by this RDFox version. -
Uses of JRDFoxException in tech.oxfordsemantic.jrdfox.exceptions
Subclasses of JRDFoxException in tech.oxfordsemantic.jrdfox.exceptionsModifier and TypeClassDescriptionclassThis exception is thrown when an authentication request fails (e.g., when the system is presented with an invalid combination of a role name and password).classThis exception is thrown when a specified user is not authorised to perform a particular action on a resource (e.g., when a user attempts to change a data store for which they have only read-only access).classThis exception is thrown when an attempt is made to commit a transaction in which the default RDF graph contains at least one instance of the classhttps://rdfox.com/vocabulary#ConstraintViolation.classThis exception is thrown when a method ofCursoris called but the data store has changed in a way that prevents this cursor from being used any more.classThis exception is thrown when an error during rule compilation occurs.classThis exception is thrown when a client tries to create a resource that already exists.classThis exception is thrown when a cursor function is called and the cursor is an invalid state.classThis exception is thrown when RDFox calls a piece of functionality that is implemented in Java, but the underlying Java library throws an exception.classThis exception is thrown when an operation cannot be completed because of pending changes from other replicas.classThis exception is thrown when a server cannot find a valid license.classThis exception is thrown when a lock on a data store must be acquired in order to fulfil a request, but the lock acquisition times out.classThis exception is thrown when RDFox runs out of memory.classThis exception is thrown when an operation on aServerConnectionorDataStoreConnectionis interrupted using theinterrupt()method.classThis exception is thrown when an error during parsing occurs.classThis exception is thrown when an error during query compilation occurs.classThis exception is thrown when an operation attempts to modify a resource that is currently used elsewhere.classThis exception is thrown when an error during rule compilation occurs.classThis exception is thrown when a system call throws an exception.classThis exception is thrown when an operation attempts to access a resource that does not exist. -
Uses of JRDFoxException in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that throw JRDFoxExceptionModifier and TypeMethodDescriptionSPARQLParser.parseSingleQuery()SPARQLParser.parseSingleStatement()SPARQLParser.parseSingleUpdate() -
Uses of JRDFoxException in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that throw JRDFoxException -
Uses of JRDFoxException in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that throw JRDFoxException