Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
BoolFormatException Class Reference

#include <UtilExceptions.h>

Inheritance diagram for BoolFormatException:
[legend]
Collaboration diagram for BoolFormatException:
[legend]

Public Member Functions

 BoolFormatException (const std::string &data)
 constructor
const std::string & getTrace () const
 get trace

Private Member Functions

void processTrace ()
 process trace

Private Attributes

std::string myTrace
 exception trace

Detailed Description

BoolFormatException Thrown when the string that shall be converted into a boolean does not match

Definition at line 130 of file UtilExceptions.h.

Constructor & Destructor Documentation

◆ BoolFormatException()

BoolFormatException::BoolFormatException ( const std::string & data)

constructor

Definition at line 131 of file UtilExceptions.cpp.

References FormatException::FormatException(), and TLF.

Member Function Documentation

◆ getTrace()

const std::string & ProcessError::getTrace ( ) const
inherited

get trace

Definition at line 69 of file UtilExceptions.cpp.

References myTrace.

◆ processTrace()

void ProcessError::processTrace ( )
privateinherited

process trace

Definition at line 75 of file UtilExceptions.cpp.

References myTrace.

Referenced by ProcessError(), and ProcessError().

Here is the caller graph for this function:

Field Documentation

◆ myTrace

std::string ProcessError::myTrace
privateinherited

exception trace

Definition at line 53 of file UtilExceptions.h.

Referenced by getTrace(), and processTrace().


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