Packagecom.ericfeminella.net
Classpublic class IPV4InvalidFormatException
InheritanceIPV4InvalidFormatException Inheritance Error

Throws an exception which specifies an IP Address is malformed



Public Methods
 MethodDefined by
  
IPV4InvalidFormatException(IPAddress:String)
IPV4InvalidFormatException
Protected Constants
 ConstantDefined by
  MESSAGE : String = "IPv4InvalidFormatException: The IP Address specified {0} is malformed."
[static]
IPV4InvalidFormatException
Constructor detail
IPV4InvalidFormatException()constructor
public function IPV4InvalidFormatException(IPAddress:String)Parameters
IPAddress:String
Constant detail
MESSAGEconstant
protected static const MESSAGE:String = "IPv4InvalidFormatException: The IP Address specified {0} is malformed."