1 #ifndef KiTrackExceptions_h
2 #define KiTrackExceptions_h
28 message =
"KiTrack::Exception: " + text ;
31 virtual const char* what()
const throw() {
return message.c_str() ; }
48 message =
"KiTrack::OutOfRange: " + text ;
64 message =
"KiTrack::InvalidParameter: " + text ;
80 message =
"KiTrack::BadSegmentLength: " + text ;
97 message =
"KiTrack::UnknownCriterion: " + text ;
Invalid Parameter exception.
Definition: KiTrackExceptions.h:56
Out of range exception, used when the user tries to access layers oder sensors, that are not implemen...
Definition: KiTrackExceptions.h:40
Wrong segment length exception.
Definition: KiTrackExceptions.h:72
Unknown criterion exception.
Definition: KiTrackExceptions.h:89
Base exception class for KiTrack - all other exceptions extend this.
Definition: KiTrackExceptions.h:16