Public Member Functions

simgrid::msg::HostNotFoundException Class Reference

Inheritance diagram for simgrid::msg::HostNotFoundException:
simgrid::msg::MsgException

Public Member Functions

 HostNotFoundException ()
 HostNotFoundException (String s)

Detailed Description

This exception is raised when looking for a non-existing host.


Constructor & Destructor Documentation

simgrid::msg::HostNotFoundException::HostNotFoundException (  )  [inline]

Constructs an HostNotFoundException without a detail message.

simgrid::msg::HostNotFoundException::HostNotFoundException ( String  s  )  [inline]

Constructs an HostNotFoundException with a detail message.

Parameters:
s the detail message.


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen