8 #ifndef _utl_GeometryException_h_
9 #define _utl_GeometryException_h_
12 #include <utl/AugerException.h>
32 virtual std::string GetExceptionName()
const
33 {
return "Generic exception in the Geometry package"; }
50 virtual std::string GetExceptionName()
const
51 {
return "Exception in coordinate system handling"; }
57 #endif // _utl_GeometryException_h_
Base class for all exceptions used in the auger offline code.
General exception class for the Geometry package.
Exception dealing with coordinate systems.