Options
All
  • Public
  • Public/Protected
  • All
Menu

This class encapsulates all or almost all necessary information about the error happened in the program. The exception is usually constructed and thrown implicitly via CV_Error and CV_Error_ macros.

error

Source: opencv2/core.hpp.

Hierarchy

  • Exception

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Exception(): Exception
  • new Exception(_code: int, _err: String, _func: String, _file: String, _line: int): Exception

Properties

code

code: int

CVStatus

err

err: String

file

file: String

func

func: String

line

line: int

msg

msg: String

Methods

formatMessage

  • formatMessage(): void

what

  • what(): any

Generated using TypeDoc