ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcViewVectorNotView Class Reference

Exception — ViewVector not in view mode. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcViewVectorNotView:
Collaboration diagram for SG::ExcViewVectorNotView:

Public Member Functions

 ExcViewVectorNotView ()
 Constructor. More...
 

Detailed Description

Exception — ViewVector not in view mode.

A ViewVector may only be created with an ownership mode of SG::VIEW_ELEMENTS.

Definition at line 283 of file Control/AthContainers/AthContainers/exceptions.h.

Constructor & Destructor Documentation

◆ ExcViewVectorNotView()

SG::ExcViewVectorNotView::ExcViewVectorNotView ( )

Constructor.

Definition at line 391 of file Control/AthContainers/Root/exceptions.cxx.

392  : std::runtime_error ("ViewVector not in view mode.")
393 {
394 }

The documentation for this class was generated from the following files: