synfig-core  1.0.3
Public Member Functions | List of all members
SynfigToolException Class Reference

#include <synfigtoolexception.h>

Public Member Functions

 SynfigToolException (exit_code code, std::string msg="")
exit_code get_exit_code () const
std::string get_message () const
virtual const char * what () const throw ()
virtual ~SynfigToolException () throw ()

Constructor & Destructor Documentation

SynfigToolException::SynfigToolException ( exit_code  code,
std::string  msg = "" 
)
inline
virtual SynfigToolException::~SynfigToolException ( ) throw ()
inlinevirtual

Member Function Documentation

exit_code SynfigToolException::get_exit_code ( ) const
inline

Referenced by main().

std::string SynfigToolException::get_message ( ) const
inline

Referenced by main().

virtual const char* SynfigToolException::what ( ) const throw ()
inlinevirtual

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