.. _file_include_ecl_exceptions_standard_exception.hpp: File standard_exception.hpp =========================== |exhale_lsh| :ref:`Parent directory ` (``include/ecl/exceptions``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS Standard exception type, provides code location and error string. .. contents:: Contents :local: :backlinks: none Definition (``include/ecl/exceptions/standard_exception.hpp``) -------------------------------------------------------------- .. toctree:: :maxdepth: 1 program_listing_file_include_ecl_exceptions_standard_exception.hpp.rst Detailed Description -------------------- Standard exception type for try-catch handling in the ecl. It provides just the code location and an error message. April 2009 Includes -------- - ``cstring`` - ``ecl/config/ecl.hpp`` - ``ecl/errors/handlers.hpp`` - ``ecl/errors/macros.hpp`` - ``exception.hpp`` (:ref:`file_include_ecl_exceptions_data_exception.hpp`) - ``string`` Included By ----------- - :ref:`file_include_ecl_exceptions.hpp` - :ref:`file_include_ecl_exceptions_posix_error_handler.hpp` Namespaces ---------- - :ref:`namespace_ecl` Classes ------- - :ref:`exhale_class_classecl_1_1StandardException`