com.dalsemi.onewire
Class OneWireException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dalsemi.onewire.OneWireException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OneWireIOException
- public class OneWireException
- extends Exception
This is the general exception thrown by the iButton and 1-Wire
operations.
- Version:
- 0.00, 21 August 2000
- Author:
- DS
- See Also:
- Serialized Form
OneWireException
public OneWireException()
- Constructs a
OneWireException
with no detail message.
OneWireException
public OneWireException(String desc)
- Constructs a
OneWireException
with the specified detail message.
- Parameters:
desc
- the detail message description
Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.