LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
lilac::shared::exception Class Referencefinal

#include <exception.h>

Inheritance diagram for lilac::shared::exception:
Collaboration diagram for lilac::shared::exception:

Public Member Functions

 exception (std::string msg, const frxml::dom &dom) noexcept
 
const char * what () const noexcept override
 
void print () const
 
void print (const frxml::dom &location) const
 

Detailed Description

Definition at line 27 of file exception.h.

Constructor & Destructor Documentation

◆ exception()

lilac::shared::exception::exception ( std::string msg,
const frxml::dom & dom )
noexcept

Definition at line 24 of file exception.cxx.

Member Function Documentation

◆ print() [1/2]

void lilac::shared::exception::print ( ) const

Definition at line 34 of file exception.cxx.

◆ print() [2/2]

void lilac::shared::exception::print ( const frxml::dom & location) const

Definition at line 39 of file exception.cxx.

◆ what()

const char * lilac::shared::exception::what ( ) const
nodiscardoverridenoexcept

Definition at line 29 of file exception.cxx.


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