OMNeT++ Parallel Simulation Support  5.4.1
creceivedexception.h
1 //=========================================================================
2 // CRECEIVEDEXCEPTION.H - part of
3 //
4 // OMNeT++/OMNEST
5 // Discrete System Simulation in C++
6 //
7 // Author: Andras Varga, 2003
8 // Dept. of Electrical and Computer Systems Engineering,
9 // Monash University, Melbourne, Australia
10 //
11 //=========================================================================
12 
13 /*--------------------------------------------------------------*
14  Copyright (C) 2003-2017 Andras Varga
15  Copyright (C) 2006-2017 OpenSim Ltd.
16 
17  This file is distributed WITHOUT ANY WARRANTY. See the file
18  `license' for details on this and other legal matters.
19 *--------------------------------------------------------------*/
20 
21 #ifndef __OMNETPP_CRECEIVEDEXCEPTION_H
22 #define __OMNETPP_CRECEIVEDEXCEPTION_H
23 
24 #include "omnetpp/cexception.h"
25 
26 namespace omnetpp {
27 
34 {
35  public:
39  cReceivedException(int sourceProcId, const char *msg);
40 };
41 
49 {
50  public:
54  cReceivedTerminationException(int sourceProcId, const char *msg);
55 };
56 
57 } // namespace omnetpp
58 
59 
60 #endif
61 
62 
63 
cReceivedException(int sourceProcId, const char *msg)
Represents a termination exception that has been received from other partitions.
Definition: creceivedexception.h:48
Represents an exception that has been received from other partitions.
Definition: creceivedexception.h:33
Definition: cadvlinkdelaylookahead.h:26