|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.dalsemi.onewire.OneWireException | +--com.dalsemi.onewire.adapter.OneWireIOException
This exception is thrown when there is an IO error communicating on on the 1-Wire Network. For instance, when a network error occurs when calling the putBit(boolean) method.
Constructor Summary | |
OneWireIOException()
Constructs a OneWireIOException with no detail message. |
|
OneWireIOException(java.lang.String desc)
Constructs a OneWireIOException 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 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public OneWireIOException()
OneWireIOException
with no detail message.public OneWireIOException(java.lang.String desc)
OneWireIOException
with the specified detail message.desc
- the detail message description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |