com.dalsemi.onewire
Class OneWireException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.onewire.OneWireException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OneWireIOException

public class OneWireException
extends java.lang.Exception

This is the general exception thrown by the iButton and 1-Wire operations.

Version:
0.00, 21 August 2000
See Also:
Serialized Form

Constructor Summary
OneWireException()
          Constructs an OneWireException with no detail message.
OneWireException(java.lang.String desc)
          Constructs an OneWireException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OneWireException

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

OneWireException

public OneWireException(java.lang.String desc)
Constructs an OneWireException with the specified detail message.
Parameters:
desc - the detail message description