exceptions_interface#
- class utils.exceptions_interface.AWSCLIInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/awscli_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.Boto3InterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/boto3_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.CLIInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the execute/cli_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.CurlInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/curl_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.DateTimeInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the tools/datetime_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.EnviroInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the confs/enviro_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.GRIBInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/grib_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.HashLibInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/hashlib_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.Jinja2InterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the confs/jinja2_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.JSONInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the confs/json_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.NetCDF4InterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/netcdf4_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.NOAAHPSSInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/noaahpss_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.ParserInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the tools/parser_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.SchemaInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the utils/schema_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.SQLite3InterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/sqlite3_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.SubprocessInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the execute/subprocess_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.TarFileInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/tarfile_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.TemplateInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the confs/template_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.TimestampInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the utils/timestamp_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.URLInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/url_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.WgetInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/wget_interface module; it is a sub-class of Error.
- class utils.exceptions_interface.XArrayInterfaceError(msg)[source]#
DESCRIPTION:
This is the base-class for exceptions encountered within the ioapps/xarray_interface module; it is a sub-class of Error.