MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
nv_python_libs.mtv.mtv_exceptions Namespace Reference

Classes

class  mtvBaseError
class  MtvUrlError
class  MtvHttpError
class  MtvRssError
class  MtvVideoNotFound
class  MtvInvalidSearchType
class  MtvXmlError
class  MtvVideoDetailError

Variables

string __title__ = "mtv_exceptions - Custom exceptions used or raised by mtv_api"
string __author__ = "R.D. Vaughan"
string __version__ = "v0.2.0"
list __all__ = ["MtvUrlError", "MtvHttpError", "MtvRssError", "MtvVideoNotFound", "MtvInvalidSearchType", "MtvXmlError", "MtvVideoDetailError", ]

Variable Documentation

string nv_python_libs.mtv.mtv_exceptions.__title__ = "mtv_exceptions - Custom exceptions used or raised by mtv_api"

Definition at line 12 of file mtv_exceptions.py.

string nv_python_libs.mtv.mtv_exceptions.__author__ = "R.D. Vaughan"

Definition at line 13 of file mtv_exceptions.py.

string nv_python_libs.mtv.mtv_exceptions.__version__ = "v0.2.0"

Definition at line 14 of file mtv_exceptions.py.

list nv_python_libs.mtv.mtv_exceptions.__all__ = ["MtvUrlError", "MtvHttpError", "MtvRssError", "MtvVideoNotFound", "MtvInvalidSearchType", "MtvXmlError", "MtvVideoDetailError", ]

Definition at line 18 of file mtv_exceptions.py.