#include <TBoundsException.hh>
Inheritance diagram for TBoundsException:
Public Methods | |
TBoundsException () | |
Construct exception with default message. | |
TBoundsException (const TString &str) | |
Construct exception with custom message. |
For example when trying to insert a value at position ten in a list that only has five elements.