|
#include <typeinfo>#include <string>#include <C/Common/TRN_Exception.h>#include <Impl/Exception.inl>


Go to the source code of this file.
Namespaces | |
| namespace | pdftron |
| namespace | pdftron::Common |
Classes | |
| class | pdftron::Common::Exception |
| Exception is derived from standard C++ exception class and it is a superclass for all PDFNet library exceptions. More... | |
Functions | |
| std::ostream & | pdftron::Common::operator<< (std::ostream &stream, Exception &e) |
| The function allows the use of operator<< instead of Exception::Print on any object derived from Exception. | |