Packagesystem.errors
Classpublic class InvalidChannelError
InheritanceInvalidChannelError Inheritance Error

The error throws when an invalid channel is find.



Public Methods
 MethodDefined By
  
InvalidChannelError(message:String, id:int = 0)
Creates a new InvalidChannelError instance.
InvalidChannelError
Constructor Detail
InvalidChannelError()Constructor
public function InvalidChannelError(message:String, id:int = 0)

Creates a new InvalidChannelError instance.

Parameters
message:String — A string associated with the InvalidChannelError object ; this parameter is optional.
 
id:int (default = 0) — A reference number to associate with the specific error message.