stromx  0.8.0
Public Member Functions | Protected Member Functions | List of all members
stromx::runtime::DataException Class Reference

Error related to a Data object. More...

#include <Exception.h>

Inheritance diagram for stromx::runtime::DataException:
stromx::runtime::Exception stromx::runtime::DeserializationError stromx::runtime::SerializationError

Public Member Functions

const std::string & package () const
 
const std::string & type () const
 
- Public Member Functions inherited from stromx::runtime::Exception
 Exception (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual const std::string & message () const
 
virtual const std::string & callStack () const
 

Protected Member Functions

 DataException (const std::string &package, const std::string &type, const std::string &message="DataException")
 

Detailed Description

Error related to a Data object.


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