| Package | Description |
|---|---|
| org.ldp4j.application.ext |
Interfaces used to create the handlers of an LDP4j application.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
InvalidQueryException.getQuery()
Return the
Query instance that caused the exception. |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
Queryable.query(ResourceSnapshot resource,
Query query,
ReadSession session)
Query the contents of a resource managed by a resource handler.
|
| Constructor and Description |
|---|
InvalidQueryException(String message,
Query query)
Create a new instance with a message and a query.
|
InvalidQueryException(String message,
Throwable cause,
Query query)
Create a new instance with a message, a cause, and a query.
|
InvalidQueryException(Throwable cause,
Query query)
Create a new instance with a cause and a query.
|
Copyright (C) 2014-2016, Center for Open Middleware