retdec-cpp
Classes | Namespaces
exceptions.h File Reference

Exceptions. More...

#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  retdec::Error
 Base class of custom exceptions thrown by the library. More...
 
class  retdec::IoError
 Exception thrown when there is an I/O error. More...
 
class  retdec::FilesystemError
 Exception thrown when there is a filesystem error. More...
 
class  retdec::ConnectionError
 Exception thrown when there is a connection error. More...
 
class  retdec::ApiError
 Exception thrown when the API is used incorrectly. More...
 
class  retdec::AuthError
 Exception thrown when there is an authentication or authorization error. More...
 
class  retdec::ResourceError
 Base class of resource exceptions. More...
 
class  retdec::DecompilationError
 Exception thrown when a decompilation fails. More...
 
class  retdec::AnalysisError
 Exception thrown when an analysis fails. More...
 

Namespaces

 retdec
 The namespace of the library.
 

Detailed Description

Exceptions.

License
MIT, see the LICENSE file for more details