Packagecom.bourre.error
Classpublic class ClassCastException
InheritanceClassCastException Inheritance Error

Player version: Flash Player 9.0
Language version: ActionScript 3.0

A ClassCastException exception is throw when the actual type of an operand is different from the expected type.



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

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

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