com.lukasfeiler.ipconfig
Class NonContiniousNetmaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.lukasfeiler.ipconfig.IPConfigException
              extended bycom.lukasfeiler.ipconfig.NonContiniousNetmaskException
All Implemented Interfaces:
java.io.Serializable

public class NonContiniousNetmaskException
extends IPConfigException

Is thrown if a netmask is not continious - i.e. the netmask does not consist of a number of 1s followed by a number of 0s.

See Also:
Serialized Form

Constructor Summary
NonContiniousNetmaskException(java.lang.String s)
           
 
Methods inherited from class com.lukasfeiler.ipconfig.IPConfigException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonContiniousNetmaskException

public NonContiniousNetmaskException(java.lang.String s)