![]() |
Darwin
1.0
Event loop based prototype framework
|
Generic exception for ill-defined input (before the event loop).
#include <exceptions.h>
Inheritance diagram for BadInput:
Collaboration diagram for BadInput:Public Member Functions | |
| BadInput (const char *error, std::function< void()> helper) | |
| BadInput (const char *error, const Darwin::Tools::UserInfo &userinfo) | |
| BadInput (const char *error, const TObject &object) | |
| BadInput (const char *error, const TDirectory &dir) | |
| template<typename T > | |
| BadInput (const char *error, const std::shared_ptr< T > &ptr) | |
| template<typename T > | |
| BadInput (const char *error, const std::unique_ptr< T > &ptr) | |
|
inline |
Constructor for bad meta information.
| error | error message |
| helper | helper |
|
inline |
|
inline |
|
inline |
Constructor for bad TDirectory or TFile
| dir | access to TFile or TDirectory |
|
inline |
Specialisation for shared pointers.
|
inline |
Specialisation for longer pointers.