Packagecom.bourre.ioc.error
Classpublic class NullChannelException
InheritanceNullChannelException Inheritance Error

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Throws an NullChannelException when try to communicate with a null event channel.



Public Methods
 MethodDefined by
  
NullChannelException(message:String = "")
Creates instance.
NullChannelException
  
toString():String
Returns the string representation of this instance.
NullChannelException
Constructor detail
NullChannelException()constructor
public function NullChannelException(message:String = "")

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
message:String (default = "") — Exception message
Method detail
toString()method
public function toString():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the string representation of this instance.

Returns
String — the string representation of this instance