public static class

FileUtils.ParentDirNotFoundException

extends FileNotFoundException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.FileNotFoundException
           ↳ com.facebook.common.file.FileUtils.ParentDirNotFoundException

Class Overview

A specialization of FileNotFoundException when the parent-dir doesn't exist

Summary

Public Constructors
ParentDirNotFoundException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ParentDirNotFoundException (String message)