public class OWFileNotFoundException
extends java.io.IOException
Signals that an attempt to open the file on a 1-Wire device denoted.
This exception will be thrown by the OWFileInputStream
and
OWFileOutputStream
constructors when a file with the specified
pathname does not exist on the 1-Wire memory device.
Constructor and Description |
---|
OWFileNotFoundException()
Constructs a
FileNotFoundException with
null as its error detail message. |
OWFileNotFoundException(java.lang.String s)
Constructs a
FileNotFoundException with the
specified detail message. |
public OWFileNotFoundException()
FileNotFoundException
with
null
as its error detail message.public OWFileNotFoundException(java.lang.String s)
FileNotFoundException
with the
specified detail message.s
- the detail message.Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.