com.dalsemi.nethack
Class AddressException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.nethack.AddressException

public class AddressException
extends java.lang.Exception

Thrown when an error has occurred when constructing an ip or ethernet address.

See Also:
Serialized Form

Constructor Summary
AddressException()
          Constructs an AddressException with no detail message.
AddressException(java.lang.String s)
          Constructs an AddressException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressException

public AddressException()
Constructs an AddressException with no detail message.

AddressException

public AddressException(java.lang.String s)
Constructs an AddressException with the specified detail message.