Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
UtilExceptions.h File Reference
#include <config.h>
#include <string>
#include <stdexcept>
#include "Translation.h"
Include dependency graph for UtilExceptions.h:

Go to the source code of this file.

Data Structures

class  BoolFormatException
class  EmptyData
class  FormatException
class  InvalidArgument
class  IOError
class  NumberFormatException
class  OutOfBoundsException
class  ProcessError
class  TimeFormatException
class  UnknownElement

Macros

#define SOFT_ASSERT(expr)
 define SOFT_ASSERT raise an assertion in debug mode everywhere except on the windows test server

Detailed Description

Author
Daniel Krajzewicz
Christian Roessel
Michael Behrisch
Felix Brack
Date
Mon, 17 Dec 2001

Definition in file UtilExceptions.h.

Macro Definition Documentation

◆ SOFT_ASSERT

#define SOFT_ASSERT ( expr)
Value:
assert(expr);

define SOFT_ASSERT raise an assertion in debug mode everywhere except on the windows test server

Definition at line 184 of file UtilExceptions.h.

Referenced by MSVehicle::executeMove(), and MSVehicle::getBackPositionOnLane().