com.neeve.emx
Class EEmxNwLnkInetAddrFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.root.ERootException
              extended by com.neeve.emx.EEmxException
                  extended by com.neeve.emx.EEmxNwLnkInetAddrFormatException
All Implemented Interfaces:
Serializable

public final class EEmxNwLnkInetAddrFormatException
extends EEmxException

Indicates an incorrect inet address formay.

Indicates that the format of the address in the config string portion of a Neeve network link descriptor is not an inet address format i.e. not of the form 'host:port' or port is not a number.

See Also:
Serialized Form

Constructor Summary
EEmxNwLnkInetAddrFormatException(String addr)
          Construct using the invalid address
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EEmxNwLnkInetAddrFormatException

public EEmxNwLnkInetAddrFormatException(String addr)
Construct using the invalid address



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.