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

#include <UtilExceptions.h>

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

Public Member Functions

 FormatException (const std::string &msg)
 constructor
 
const std::string & getTrace () const
 get trace
 

Private Member Functions

void processTrace ()
 process trace
 

Private Attributes

std::string myTrace
 exception trace
 

Detailed Description

FormatException Thrown when a string that shall be converted into something else contained the wrong characters

Definition at line 90 of file UtilExceptions.h.

Constructor & Destructor Documentation

◆ FormatException()

FormatException::FormatException ( const std::string &  msg)

constructor

Definition at line 107 of file UtilExceptions.cpp.

Member Function Documentation

◆ getTrace()

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

get trace

Definition at line 69 of file UtilExceptions.cpp.

References ProcessError::myTrace.

◆ processTrace()

void ProcessError::processTrace ( )
privateinherited

process trace

Definition at line 75 of file UtilExceptions.cpp.

References ProcessError::myTrace.

Referenced by ProcessError::ProcessError(), and ProcessError::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 ProcessError::getTrace(), and ProcessError::processTrace().


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