Class IDAException

Inheritance Relationships

Base Type

Class Documentation

class IDAException : public amici::AmiException

IDA exception handler class.

Public Functions

IDAException(int error_code, char const *function, char const *extra = nullptr)

Constructor.

Parameters:
  • error_code – error code returned by IDA function

  • function – IDA function name

  • extra – Extra text to append to error message