RaftLib
0.3a
C++ Stream Processing Template Library
|
#include <systemsignalhandler.hpp>
Public Member Functions | |
NoSignalHandlerFoundException (const std::string message) | |
virtual const char * | what () const noexcept |
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.
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.
NoSignalHandlerFoundException::NoSignalHandlerFoundException | ( | const std::string | message | ) |
systemsignalhandler.cpp -
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.