import "ErrorSystemComponent.idl";


Public Member Functions | |
| void | tryToScheduleSomething () raises (ErrorSystemExample::NothingCanBeScheduledErrorEx) |
| void | tryToProcessSomething () raises (ErrorSystemExample::PipelineProcessingRequestErrorEx) |
| void | usingWrapperClasses1 () raises (ErrorSystemExample::NothingCanBeScheduledErrorEx) |
| void | usingWrapperClasses2 () |
| void demo::ErrorSystem::tryToProcessSomething | ( | ) | raises (ErrorSystemExample::PipelineProcessingRequestErrorEx) |
| void demo::ErrorSystem::tryToScheduleSomething | ( | ) | raises (ErrorSystemExample::NothingCanBeScheduledErrorEx) |
| void demo::ErrorSystem::usingWrapperClasses1 | ( | ) | raises (ErrorSystemExample::NothingCanBeScheduledErrorEx) |
| void demo::ErrorSystem::usingWrapperClasses2 | ( | ) |
1.7.0