| Package | com.bourre.ioc.error |
| Class | public class NullChannelException |
| Inheritance | NullChannelException Error |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
null event channel.
| Method | Defined by | ||
|---|---|---|---|
|
NullChannelException(message:String = "")
Creates instance.
| NullChannelException | ||
|
toString():String
Returns the string representation of this instance.
| NullChannelException | ||
| NullChannelException | () | constructor |
public function NullChannelException(message:String = "")
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates instance.
Parametersmessage:String (default = "") — Exception message
|
| toString | () | method |
public function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this instance.
ReturnsString — the string representation of this instance
|