Construction Error Hello World
[ACS C++ Examples DocumentationACS Components Examples]

Collaboration diagram for Construction Error Hello World:


Description

This simple Hello World component within the acsexmpl module provides an example component which is throwing an exception during its construction. This component can be used to test the behaviour of the maciContainer when a a component throws an exception in the constructor.

What can I gain from this example?



Links


Description

Hello World is the simplest component within the acsexmpl module. It provides two methods, displayMessage() which prints "Hello World" to standard out and badMethod which raises a CORBA exception.

What can I gain from this example?



Links


Description

This simple Hello World component within the acsexmpl module provides an example component which is throwing an exception during its initialization. This component can be used to test the behaviour of the maciContainer when a a component throws an exception during the initialization.

What can I gain from this example?



Links