Packagecom.bourre.error
Classpublic class UnimplementedVirtualMethodException
InheritanceUnimplementedVirtualMethodException Inheritance Error

Player version: Flash Player 9.0
Language version: ActionScript 3.0

A UnimplementedVirtualMethodException exception is thrown when calling a method defined in an abstract class taht is not implemented in concrete class in use.



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

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
message:String (default = "") — Exception message