|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataException | |
---|---|
info.sswap.ontologies.data.api | Data Ontology API |
info.sswap.ontologies.data.impl | Data Ontology Implementation |
Uses of DataException in info.sswap.ontologies.data.api |
---|
Subclasses of DataException in info.sswap.ontologies.data.api | |
---|---|
class |
AccessorException
Accessor-specific exceptions. |
class |
ParserException
Parser-specific exceptions. |
class |
SerializerException
Serializer-specific exceptions. |
class |
ValidatorException
|
Methods in info.sswap.ontologies.data.api that throw DataException | |
---|---|
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual)
Open with automatic support for literal or resource data, including automatic support for base64 encoded attachments. |
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual,
DataFactory.Open state)
Open with automatic support for base64 encoded attachments. |
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual,
DataFactory.Open state,
java.lang.String username,
java.lang.String passwd)
Open with automatic support for base64 encoded attachments or HTTP Basic Authentication. |
static Directory |
DataFactory.Directory(SSWAPIndividual sswapIndividual)
Create a new Directory from the subject individual. |
static Data |
DataFactory.RawData(SSWAPIndividual sswapIndividual,
DataFactory.Open state)
Raw data (no base64 encoding or decoding). |
static Data |
DataFactory.RawData(SSWAPIndividual sswapIndividual,
DataFactory.Open state,
java.lang.String username,
java.lang.String passwd)
Raw data (no base64 encoding or decoding) with HTTP Basic Authentication. |
java.io.InputStream |
Data.readData()
Read the current data element (either a literal or by dereferencing the individual itself). |
void |
Directory.setData()
Build the Collection to be returned by Directory.getData() . |
void |
Data.writeData(java.io.InputStream inputStream)
|
Uses of DataException in info.sswap.ontologies.data.impl |
---|
Methods in info.sswap.ontologies.data.impl that throw DataException | |
---|---|
protected java.net.URL |
ResourceData.getURLConnection()
Return the first, valid Accessor URL, or the individual's URL if there are no accessors. |
java.io.InputStream |
AttachmentImpl.readData()
|
java.io.InputStream |
LiteralData.readData()
Read the data, reading nothing (but no error) if there is no data to read. |
java.io.InputStream |
ResourceData.readData()
Accesses, parses, and validates the data from the URL of the data individual. |
void |
DirectoryImpl.setData()
|
void |
AttachmentImpl.writeData(java.io.InputStream inputStream)
|
void |
LiteralData.writeData(java.io.InputStream inputStream)
Write to the property data:literalData, creating one if needed |
void |
ResourceData.writeData(java.io.InputStream inputStream)
Accesses, validates, and serializes the data to the URL of the data individual. |
Constructors in info.sswap.ontologies.data.impl that throw DataException | |
---|---|
AbstractData(SSWAPIndividual sswapIndividual)
Constructor to access a literalData property or the individual itself as the data object. |
|
DirectoryImpl(SSWAPIndividual sswapIndividual)
Create a Directory from the subject individual. |
|
LiteralData(SSWAPIndividual sswapIndividual)
Construct a literal data object for reading/writing. |
|
ResourceData(SSWAPIndividual sswapIndividual)
Constructs an individual suitable for reading/writing data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |