org.entityfs.exception
Class NotADirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
org.entityfs.exception.WrongEntityTypeException
org.entityfs.exception.NotADirectoryException
- All Implemented Interfaces:
- Serializable
public class NotADirectoryException
- extends WrongEntityTypeException
Exception thrown when an entity is not a directory if the method throwing the
exception expects a directory.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- entityfs-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotADirectoryException
public NotADirectoryException(String msg)
NotADirectoryException
public NotADirectoryException(String msg,
Throwable t)