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 for 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::DecompilationError
 Exception thrown when a decompilation fails. More...
 

Namespaces

 retdec
 The namespace of the library.
 

Detailed Description

Exceptions.

License
MIT, see the LICENSE file for more details