Packagecom.ericfeminella.net
Classpublic class IPV4OutOfRangeException
InheritanceIPV4OutOfRangeException Inheritance Error

Throws an exception which specifies that an octet in the IP Address is out of range



Public Methods
 MethodDefined by
  
IPV4OutOfRangeException
Protected Constants
 ConstantDefined by
  MESSAGE : String = "OutOfRangeException: IP Address octet {0} is out of range."
[static]
IPV4OutOfRangeException
Constructor detail
IPV4OutOfRangeException()constructor
public function IPV4OutOfRangeException(octet:uint)Parameters
octet:uint
Constant detail
MESSAGEconstant
protected static const MESSAGE:String = "OutOfRangeException: IP Address octet {0} is out of range."