| Package | Description |
|---|---|
| org.ldp4j.application.ext |
Interfaces used to create the handlers of an LDP4j application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationInitializationException
This exception may be thrown by an LDP4j Application if any failure prevents
the initialization of the application.
|
class |
ApplicationLifecycleException
Base checked exception for the LDP4j Application lifecycle exceptions.
|
class |
ApplicationSetupException
This exception may be thrown by an LDP4j Application if any failure prevents
the setup of the application.
|
class |
ApplicationShutdownException
This exception may be thrown by an LDP4j Application if any failure prevents
the shutdown of the application.
|
class |
ApplicationUsageException
Base checked exception for the LDP4j Application usage exceptions.
|
class |
InconsistentContentException
This exception may be thrown by an LDP4j Application if the data to be used
to update a resource is not consistent with the current representation of the
resource, i.e., the properties managed by the application have been modified
in any manner.
|
class |
InvalidContentException
This exception may be thrown by an LDP4j Application if the data to be used
in an operation is not valid.
|
class |
InvalidQueryException
This exception may be thrown when a query is not understood by a resource
handler that supports querying.
|
class |
UnknownResourceException
This exception may be thrown by an LDP4j Application if an operation cannot
be carried out because the specified target resource does not exist.
|
class |
UnsupportedContentException
This exception may be thrown by an LDP4j Application if the data to be used
to create or update a resource is not supported.
|
Copyright (C) 2014, Center for Open Middleware