ATLAS Offline Software
Loading...
Searching...
No Matches
ByteStreamExceptions.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef BYTESTREAMCNVSVC_BYTESTREAMEXCEPTIONS_H
6#define BYTESTREAMCNVSVC_BYTESTREAMEXCEPTIONS_H
7
10
11// EXCEPTIONS
13{
15 {
16 virtual const char* what() const noexcept {
17 return "Problem accessing file";
18 }
19 };
21 {
22 virtual const char* what() const noexcept {
23 return "Problem during DataReader getData";
24 }
25 };
27 {
28 virtual const char* what() const noexcept {
29 return "Unable to build RawEvent, fragment does not match known formats.";
30 }
31 };
33 {
34 virtual const char* what() const noexcept {
35 return "RawEvent does not pass validation";
36 }
37 };
38}
39#endif
virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept