Class NotAFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.NotAFileException
All Implemented Interfaces:
Serializable

public class NotAFileException extends Exception
Indicates that a given File is not a file, as indicated by File#isFile().
See Also: