com.ccg.net.ethernet
Class BadAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |