Uses of Class
org.stanwood.media.logging.StanwoodException

Packages that use StanwoodException
org.stanwood.media   
org.stanwood.media.actions   
org.stanwood.media.extensions   
org.stanwood.media.info   
org.stanwood.media.setup   
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
org.stanwood.media.store   
org.stanwood.media.store.mp4   
org.stanwood.media.xml   
 

Uses of StanwoodException in org.stanwood.media
 

Methods in org.stanwood.media that throw StanwoodException
 IMediaFileInfo Controller.getMediaFileInformation(java.io.File file)
          Used to get information on a media file
 

Uses of StanwoodException in org.stanwood.media.actions
 

Subclasses of StanwoodException in org.stanwood.media.actions
 class ActionException
          Thrown if their is a problem related to actions
 

Uses of StanwoodException in org.stanwood.media.extensions
 

Subclasses of StanwoodException in org.stanwood.media.extensions
 class ExtensionException
          The base class for all extension based exceptions
 

Uses of StanwoodException in org.stanwood.media.info
 

Methods in org.stanwood.media.info that throw StanwoodException
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
 

Constructors in org.stanwood.media.info that throw StanwoodException
MediaFileInfoFetcher(java.io.File nativeDir)
          The constructor
 

Uses of StanwoodException in org.stanwood.media.setup
 

Subclasses of StanwoodException in org.stanwood.media.setup
 class ConfigException
          This exception is thrown when their is a problem related to the configuration file.
 

Uses of StanwoodException in org.stanwood.media.source
 

Subclasses of StanwoodException in org.stanwood.media.source
 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.
 

Uses of StanwoodException in org.stanwood.media.source.xbmc
 

Subclasses of StanwoodException in org.stanwood.media.source.xbmc
 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 XBMCUpdaterException
          Thrown if their is a problem related XBMC updater
 

Uses of StanwoodException in org.stanwood.media.store
 

Subclasses of StanwoodException in org.stanwood.media.store
 class StoreException
          Thrown is their is a problem with a store
 

Uses of StanwoodException in org.stanwood.media.store.mp4
 

Subclasses of StanwoodException in org.stanwood.media.store.mp4
 class MP4Exception
          This exception is throw if their is problems relating to MP4 files
 

Uses of StanwoodException in org.stanwood.media.xml
 

Subclasses of StanwoodException in org.stanwood.media.xml
 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.