LTL  2.0.x
Public Member Functions | Protected Attributes | List of all members
ltl::ltl::LTLException Class Reference

Exception indicating problems with LTL. More...

Inherits exception, and exception.

Public Member Functions

 LTLException (const string &what)
 
 LTLException (const char *what)
 
virtual ~LTLException () throw ()
 
virtual const char * what () const throw ()
 
 LTLException (const string &what)
 
 LTLException (const char *what)
 
virtual ~LTLException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating problems with LTL.

Constructor & Destructor Documentation

◆ LTLException() [1/4]

ltl::ltl::LTLException::LTLException ( const string &  what)
inline

◆ LTLException() [2/4]

ltl::ltl::LTLException::LTLException ( const char *  what)
inline

◆ ~LTLException() [1/2]

virtual ltl::ltl::LTLException::~LTLException ( )
throw (
)
inlinevirtual

◆ LTLException() [3/4]

ltl::ltl::LTLException::LTLException ( const string &  what)
inline

◆ LTLException() [4/4]

ltl::ltl::LTLException::LTLException ( const char *  what)
inline

◆ ~LTLException() [2/2]

virtual ltl::ltl::LTLException::~LTLException ( )
throw (
)
inlinevirtual

Member Function Documentation

◆ what() [1/2]

virtual const char* ltl::ltl::LTLException::what ( ) const
throw (
)
inlinevirtual

◆ what() [2/2]

virtual const char* ltl::ltl::LTLException::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ whatStr_

string ltl::ltl::LTLException::whatStr_
protected