br.com.objectos.fs
Class NotRegularFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
br.com.objectos.fs.NotRegularFileException
- All Implemented Interfaces:
- Serializable
public final class NotRegularFileException
- extends IOException
Indicates that an operation meant for a regular file failed because the
file is not a regular file (it is a directory for example).
- Since:
- 2
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotRegularFileException
public NotRegularFileException(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.