Jive reference manual
List of all members | Public Types | Public Member Functions | Public Attributes
jive::model::ActionException Class Reference

#include <jive/model/ActionException.h>

Inheritance diagram for jive::model::ActionException:
Inheritance graph

Public Types

typedef ActionException Self
 
typedef jem::Exception Super
 

Public Member Functions

 ActionException (const String &modelName, const String &action)
 
 ActionException (const String &modelName, const String &action, const String &what)
 
 ActionException (const Self &rhs)
 
virtual String name () const
 Returns the class name of this exception. More...
 
- Public Member Functions inherited from jem::Exception
 Exception (const String &place=String(), const String &msg=String())
 Creates an Exception instance. More...
 
- Public Member Functions inherited from jem::Throwable
 Throwable (const String &place=String(), Const String &msg=String())
 Creates a new Throwable instance. More...
 
 Throwable (const Throwable &rhs)
 Creates a copy of another Throwable instance. More...
 
 ~Throwable ()
 Destructor. More...
 
virtual String where () const
 Returns a string describing the context in which this Throwable was thrown. More...
 
virtual String what () const
 Returns a string describing why this Throwable was thrown. More...
 

Public Attributes

const String modelName
 
const String action
 

Member Typedef Documentation

Constructor & Destructor Documentation

jive::model::ActionException::ActionException ( const String modelName,
const String action 
)
jive::model::ActionException::ActionException ( const String modelName,
const String action,
const String what 
)
jive::model::ActionException::ActionException ( const Self rhs)

Member Function Documentation

virtual String jive::model::ActionException::name ( ) const
virtual

Returns the full class name – including namespaces – of this Throwable instance. This function should be overriden by derived classes. For instance, a class named flip::FlopException should return the string "flip::FlopException".

Returns
A string describing the class name of this object.

Reimplemented from jem::Exception.

Member Data Documentation

const String jive::model::ActionException::modelName
const String jive::model::ActionException::action