30 #ifndef ATBRUNTIMEERROR_HH 31 #define ATBRUNTIMEERROR_HH 93 template<
typename DataT>
103 virtual const char*
what()
const throw();
111 template<
typename DataT>
114 std::ostringstream os;
Objects of the RuntimeError class are thrown in case of errors while processing ArrayToolbox function...
virtual const char * what() const
Returns the error description.
virtual ~RuntimeError()
Destructor.
RuntimeError(char const *message=NULL)
Constructor.
RuntimeError & operator<<(DataT const &data)
Appends the given data to the message string.