Gnash  0.8.11dev
Public Member Functions | List of all members
gnash::ActionTypeError Class Reference

An ActionScript type error. More...

#include <GnashException.h>

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

Public Member Functions

 ActionTypeError (const std::string &s)
 
 ActionTypeError ()
 
virtual ~ActionTypeError () throw ()
 
- Public Member Functions inherited from gnash::ActionException
virtual ~ActionException () throw ()
 
- Public Member Functions inherited from gnash::GnashException
 GnashException (const std::string &s)
 
 GnashException ()
 
virtual ~GnashException () throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from gnash::ActionException
 ActionException (const std::string &s)
 
 ActionException ()
 

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

§ ActionTypeError() [1/2]

gnash::ActionTypeError::ActionTypeError ( const std::string &  s)
inline

§ ActionTypeError() [2/2]

gnash::ActionTypeError::ActionTypeError ( )
inline

§ ~ActionTypeError()

virtual gnash::ActionTypeError::~ActionTypeError ( )
throw (
)
inlinevirtual

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