Speclib  0.1.2
The library for writing better CUDA libraries
sp::SpecLibException Class Reference

Base class for exceptions from SpecLib. More...

#include <SpecLibExceptions.hpp>

Inheritance diagram for sp::SpecLibException:
[legend]

Public Member Functions

 SpecLibException (const SpecLibException &)
 
 SpecLibException (const std::string &what)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Detailed Description

Base class for exceptions from SpecLib.

This is only for library exceptions generated within speclib. LibSCALE exceptions do not inherit from this.