ats_utilities.exceptions package¶
Submodules¶
- ats_utilities.exceptions.ats_attribute_error module
- ats_utilities.exceptions.ats_bad_call_error module
- ats_utilities.exceptions.ats_error module
- ats_utilities.exceptions.ats_file_error module
- ats_utilities.exceptions.ats_generator_error module
- ats_utilities.exceptions.ats_key_error module
- ats_utilities.exceptions.ats_lookup_error module
- ats_utilities.exceptions.ats_parameter_error module
- ats_utilities.exceptions.ats_runtime_error module
- ats_utilities.exceptions.ats_type_error module
- ats_utilities.exceptions.ats_value_error module
Module contents¶
- Module
__init__.py
- Copyright
Copyright (C) 2017 - 2026 Vladimir Roncevic <elektron.ronca@gmail.com> ats_utilities is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ats_utilities is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
- Info
Defines ats_utilities.exceptions.
- exception ats_utilities.exceptions.ATSAttributeError[source]¶
Bases:
ATSError,AttributeErrorDefines class ATSAttributeError with attribute(s) and method(s). Creates an exception for the mechanism checking object attribute.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSBadCallError[source]¶
Bases:
ATSErrorDefines class ATSBadCallError with attribute(s) and method(s). Creates an exception for the checking method or function params.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSError[source]¶
Bases:
ExceptionDefines class ATSError with attribute(s) and method(s). Creates a general exception (raises exception for wrong behavior).
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSFileError[source]¶
Bases:
ATSError,OSErrorDefines class ATSFileError with attribute(s) and method(s). Creates an exception for the checking file mechanism.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSGeneratorError[source]¶
Bases:
ATSErrorDefines class ATSGeneratorError with attribute(s) and method(s). Creates an exception for the template generator mechanism.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSKeyError[source]¶
Bases:
ATSError,KeyErrorDefines class ATSKeyError with attribute(s) and method(s). Creates an exception for the checking key mechanism.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSLookupError[source]¶
Bases:
ATSError,LookupErrorDefines class ATSLookupError with attribute(s) and method(s). Creates an exception for the lookup errors mechanism.
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSParameterError[source]¶
Bases:
ATSErrorDefines class ATSParameterError with attribute(s) and method(s). Creates an exception mechanism (raise error for not expected format).
It defines:
- .
- methods:
None.
- exception ats_utilities.exceptions.ATSRuntimeError[source]¶
Bases:
ATSError,RuntimeErrorDefines class ATSRuntimeError with attribute(s) and method(s). Creates an exception mechanism (raise error for not expected runtime).
It defines:
- .
- methods:
None.