RaftLib  0.3a
C++ Stream Processing Template Library
Public Member Functions | List of all members
NoSignalHandlerFoundException Class Reference

#include <systemsignalhandler.hpp>

Inheritance diagram for NoSignalHandlerFoundException:
[legend]
Collaboration diagram for NoSignalHandlerFoundException:
[legend]

Public Member Functions

 NoSignalHandlerFoundException (const std::string message)
 
virtual const char * what () const noexcept
 

Detailed Description

systemsignalhandler.hpp - container for signal handlers, also handles calling of the signal handler, assumes that the handler has all the state it needs to execute.

Author
: Jonathan Beard
Version
: Sat Dec 6 18:19:13 2014

Copyright 2014 Jonathan Beard

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. simple exception for when an exception handler is expected to be defined but actually is not.

Constructor & Destructor Documentation

NoSignalHandlerFoundException::NoSignalHandlerFoundException ( const std::string  message)

systemsignalhandler.cpp -

Author
: Jonathan Beard
Version
: Sat Dec 6 18:19:13 2014

Copyright 2014 Jonathan Beard

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


The documentation for this class was generated from the following files: