Modifier and Type | Method and Description |
---|---|
IMediaFileInfo |
Controller.getMediaFileInformation(java.io.File file)
Used to get information on a media file
|
Modifier and Type | Class and Description |
---|---|
class |
ActionException
Thrown if their is a problem related to actions
|
Modifier and Type | Class and Description |
---|---|
class |
SeenDBException
Thrown if their is a seen DB problem
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseException
This exception is thrown if their is a problem with a database
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionException
The base class for all extension based exceptions
|
Modifier and Type | Method and Description |
---|---|
static IMediaFileInfo |
MediaInfoFactory.createMediaInfo(java.io.File mediaFile,
org.w3c.dom.Document document)
Used to get the media information object
|
IMediaFileInfo |
MediaFileInfoFetcher.getInformation(java.io.File file)
Used to get information on a media file
|
Constructor and Description |
---|
MediaFileInfoFetcher(java.io.File nativeDir)
The constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigException
This exception is thrown when their is a problem related to the configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
NotInStoreException
This is thrown when an attempt is made to retrieve data from a store, but
it can't be found in the store.
|
class |
SourceException
This is thrown if their is a problem related to sources.
|
Modifier and Type | Class and Description |
---|---|
class |
XBMCException
Thrown if their is a problem related XBMC addons
|
class |
XBMCFunctionNotFoundException
This is thrown if the function is not found within a extension
|
class |
XBMCHttpResponseError
Thrown when their is a error fetching XBMC URL's
|
class |
XBMCUpdaterException
Thrown if their is a problem related XBMC updater
|
Modifier and Type | Class and Description |
---|---|
class |
StoreException
Thrown is their is a problem with a store
|
Modifier and Type | Class and Description |
---|---|
class |
MP4Exception
This exception is throw if their is problems relating to MP4 files
|
Modifier and Type | Class and Description |
---|---|
class |
XMLParserException
Thrown if their are problems parsing XML
|
class |
XMLParserNotFoundException
This is thrown if a attempt was made to get a XML node that does not exist.
|