Function Jet::Abort

Function Documentation

inline void Jet::Abort(const char *message, const char *file_name, int line, const char *function_name)

Throws an Exception with the given error message.

This function should not be called directly - use one of the JET_ASSERT() or JET_ABORT() macros, which provide the source location at compile time.

Parameters
  • message – string literal describing the error

  • file_name – source file where error occured

  • line – line of source file

  • function_name – function in which error occured