Class OWFileNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    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.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OWFileNotFoundException

        public OWFileNotFoundException()
        Constructs a FileNotFoundException with null as its error detail message.
      • OWFileNotFoundException

        public OWFileNotFoundException​(java.lang.String s)
        Constructs a FileNotFoundException with the specified detail message.
        Parameters:
        s - the detail message.