Package com.pi4j.io.file
Class LinuxFile.LinuxFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.pi4j.io.file.LinuxFile.LinuxFileException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LinuxFile
public static class LinuxFile.LinuxFileException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinuxFileException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
Gets the POSIX code associated with this IO error-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-