|
|||||||||
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
This is the general exception thrown by the iButton and 1-Wire operations.
Constructor Summary | |
OneWireException()
Constructs a OneWireException with no detail message. |
|
OneWireException(java.lang.String desc)
Constructs a 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 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public OneWireException()
OneWireException
with no detail message.public OneWireException(java.lang.String desc)
OneWireException
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 |