|
Gnash
0.8.11dev
|
An ActionScript type error. More...
#include <GnashException.h>
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 () | |
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
|
inline |
|
inline |
|
inlinevirtual | |||||||||||||
1.8.12