Eclipse SUMO - Simulation of Urban MObility
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)   assert(expr);
 define SOFT_ASSERT raise an assertion in debug mode everywhere except on the windows test server More...
 

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)    assert(expr);

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

Definition at line 176 of file UtilExceptions.h.