Packagecom.bourre.error
Classpublic class NoSuchMethodException
InheritanceNoSuchMethodException Inheritance Error

Player version: Flash Player 9.0
Language version: ActionScript 3.0

A NoSuchMethodException exeption is thrown when the method name supplied is not a method of target object in use.

See also

com.bourre.core.AccessorFactory.getAccessor()
com.bourre.core.MethodAccessor


Public Methods
 MethodDefined by
  
NoSuchMethodException(message:String)
Creates instance.
NoSuchMethodException
Constructor detail
NoSuchMethodException()constructor
public function NoSuchMethodException(message:String)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
message:String — Exception message