LCOV - code coverage report
Current view: top level - src/libaddr - addr_exception.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 4 4 100.0 %
Date: 2019-09-02 12:15:29 Functions: 8 12 66.7 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : // Network Address -- classes functions to ease handling IP addresses
       2             : // Copyright (c) 2012-2019  Made to Order Software Corp.  All Rights Reserved
       3             : //
       4             : // https://snapwebsites.org/project/libaddr
       5             : //
       6             : // Permission is hereby granted, free of charge, to any person obtaining a
       7             : // copy of this software and associated documentation files (the
       8             : // "Software"), to deal in the Software without restriction, including
       9             : // without limitation the rights to use, copy, modify, merge, publish,
      10             : // distribute, sublicense, and/or sell copies of the Software, and to
      11             : // permit persons to whom the Software is furnished to do so, subject to
      12             : // the following conditions:
      13             : //
      14             : // The above copyright notice and this permission notice shall be included
      15             : // in all copies or substantial portions of the Software.
      16             : //
      17             : // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
      18             : // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      19             : // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
      20             : // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
      21             : // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
      22             : // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
      23             : // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      24             : //
      25             : #pragma once
      26             : 
      27             : /** \file
      28             :  * \brief The list of libaddr exceptions.
      29             :  *
      30             :  * This header defines various exceptions used throughout the addr library.
      31             :  */
      32             : 
      33             : // libexcept library
      34             : //
      35             : #include "libexcept/exception.h"
      36             : 
      37             : 
      38             : namespace addr
      39             : {
      40             : 
      41             : 
      42        1350 : DECLARE_MAIN_EXCEPTION(addr_error);
      43             : 
      44        1304 : DECLARE_EXCEPTION(addr_error, addr_invalid_argument);
      45             : DECLARE_EXCEPTION(addr_error, addr_invalid_parameter);
      46          36 : DECLARE_EXCEPTION(addr_error, addr_invalid_state);
      47             : DECLARE_EXCEPTION(addr_error, addr_invalid_structure);
      48          10 : DECLARE_EXCEPTION(addr_error, addr_io_error);
      49             : 
      50             : 
      51             : 
      52             : }
      53             : // namespace addr
      54             : // vim: ts=4 sw=4 et

Generated by: LCOV version 1.12