15 :
ArionException(std::string(
"An error occurred while reading \"") + file_path +
16 std::string(
"\" as a link file.")) {};
28 :
ArionException(std::string(
"An error occurred when parsing ELF \"") + elf_path + std::string(
"\".")) {};
39 :
ArionException(std::string(
"Coredump file contains information for more than one process.")) {};
This class represents a custom exception defined in Arion environment.
Definition global_excepts.hpp:22
Exception thrown when a general error occurs during the parsing of an ELF file.
Definition lnx_excepts.hpp:21
ElfParsingException(std::string elf_path)
Definition lnx_excepts.hpp:27
Exception thrown when parsing an ELF core dump that contains process status information for more than...
Definition lnx_excepts.hpp:33
MultiplePrPsInfoNotesException()
Definition lnx_excepts.hpp:38
Exception thrown when an error occurs while reading a file expected to be a symbolic link target.
Definition lnx_excepts.hpp:8
ReadLinkFileException(std::string file_path)
Definition lnx_excepts.hpp:14
Definition global_excepts.hpp:18