com.appliancestudio.jbluez
Class BTAddressFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.appliancestudio.jbluez.BTAddressFormatException
All Implemented Interfaces:
java.io.Serializable

public class BTAddressFormatException
extends java.lang.Exception

Exception thrown when problems occur when parsing a String to a BTAddress object.

Version:
1.0
Author:
Edward Kay, ed.kay@appliancestudio.com
See Also:
BTAddress, Serialized Form

Constructor Summary
BTAddressFormatException()
          Constructs a BTAddressException with no detail message.
BTAddressFormatException(java.lang.String s)
          Constructs a BTAddressException including a detail message.
 
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
 

Constructor Detail

BTAddressFormatException

public BTAddressFormatException()
Constructs a BTAddressException with no detail message.


BTAddressFormatException

public BTAddressFormatException(java.lang.String s)
Constructs a BTAddressException including a detail message.

Parameters:
s - Message detailing why the exception occurred.


Copyright © 2002 The Appliance Studio Limited