br.com.objectos.fs
Class NotDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by br.com.objectos.fs.NotDirectoryException
All Implemented Interfaces:
Serializable

public final class NotDirectoryException
extends IOException

Indicates that an operation meant for a directory failed because the file is not a directory (it is a regular file for example).

Since:
2
See Also:
Serialized Form

Constructor Summary
NotDirectoryException(PathName cause)
          Creates a new instance of this exception with the specified PathName as cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NotDirectoryException

public NotDirectoryException(PathName cause)
Creates a new instance of this exception with the specified PathName as cause.

Since:
3


Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.