com.ccg.net.ethernet
Class BadAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.ccg.net.ethernet.BadAddressException
All Implemented Interfaces:
Serializable

public final class BadAddressException
extends 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

Method Summary
 
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