Gnash  0.8.10
Public Member Functions
gnash::ActionTypeError Class Reference

An ActionScript type error. More...

#include <GnashException.h>

Inheritance diagram for gnash::ActionTypeError:
gnash::ActionException gnash::GnashException

List of all members.

Public Member Functions

 ActionTypeError (const std::string &s)
 ActionTypeError ()
virtual ~ActionTypeError () throw ()

Detailed Description

An ActionScript type error.

This exception can be thrown by as_value::to_primitive when an object can't be converted to a primitive value or by native function when they are called as method of an unexpected type


Constructor & Destructor Documentation

gnash::ActionTypeError::ActionTypeError ( const std::string &  s) [inline]
gnash::ActionTypeError::ActionTypeError ( ) [inline]
virtual gnash::ActionTypeError::~ActionTypeError ( ) throw () [inline, virtual]

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