LibreOffice Module vbahelper (master) 1
Static Public Member Functions | List of all members
ooo::vba::DebugHelper Class Reference

#include <vbahelper.hxx>

Static Public Member Functions

static void basicexception (const css::uno::Exception &ex, ErrCode err, std::u16string_view)
 
static void basicexception (ErrCode err, std::u16string_view additionalArgument)
 
static void basicexception (const css::uno::Exception &ex)
 
static void runtimeexception (ErrCode err)
 

Detailed Description

Definition at line 260 of file vbahelper.hxx.

Member Function Documentation

◆ basicexception() [1/3]

void ooo::vba::DebugHelper::basicexception ( const css::uno::Exception &  ex)
static
Exceptions
css::script::BasicErrorException

Definition at line 1037 of file vbahelper.cxx.

References basicexception(), ERRCODE_BASIC_INTERNAL_ERROR, and ex.

◆ basicexception() [2/3]

void ooo::vba::DebugHelper::basicexception ( const css::uno::Exception &  ex,
ErrCode  err,
std::u16string_view   
)
static
Exceptions
css::script::BasicErrorException

Definition at line 1026 of file vbahelper.cxx.

References err, and ex.

Referenced by basicexception().

◆ basicexception() [3/3]

void ooo::vba::DebugHelper::basicexception ( ErrCode  err,
std::u16string_view  additionalArgument 
)
static
Exceptions
css::script::BasicErrorException

Definition at line 1032 of file vbahelper.cxx.

References basicexception(), and err.

◆ runtimeexception()

void ooo::vba::DebugHelper::runtimeexception ( ErrCode  err)
static
Exceptions
css::script::BasicErrorException

Definition at line 1042 of file vbahelper.cxx.

References err.


The documentation for this class was generated from the following files: