com.ccg.net.ethernet
Class BadAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bycom.ccg.net.ethernet.BadAddressException
All Implemented Interfaces:
java.io.Serializable

public final class BadAddressException
extends java.lang.IllegalArgumentException

Exception thrown when passed a bad value to decode a ethernet address from.

The EthernetAddress class provides several methods to construct ethernet address objects from. If one passes a bad parameter to these methods, this type of exception might occur.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
$Author: pkb $
See Also:
EthernetAddress, Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait