class parse_failed


class parse_failed
    : public std::invalid_argument

Public Member Functions

parse_failed (
    const char* message,
    type t
)
noexcept

Constructs a parse_failed exception with the given message and type.

Parameters:
  • message:

    The message to use with this exception.

  • t:

    The type of failure that was encountered during parsing.

type
get_type ()
const noexcept

Returns the type associated with this exception.



Copyright © 2022-2025 Daniel T. McGinnis

CCL was first published in 2022, and is still actively maintained.

This website was first published in 2022, and is still actively maintained.

This specific web page was first published in 2022.