| Package | com.bourre.ioc.error |
| Class | public class NullIDException |
| Inheritance | NullIDException Error |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
null event channel.
| Method | Defined by | ||
|---|---|---|---|
|
NullIDException(message:String = "")
Creates instance.
| NullIDException | ||
|
toString():String
Returns the string representation of this instance.
| NullIDException | ||
| NullIDException | () | constructor |
public function NullIDException(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
|