Class NotAFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.NotAFileException
- All Implemented Interfaces:
Serializable
Indicates that a given File is not a file, as indicated by File#isFile().
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotAFileException(String message) SeeException(String).NotAFileException(String message, Throwable cause) NotAFileException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAFileException
public NotAFileException()SeeException(). -
NotAFileException
SeeException(String). -
NotAFileException
-
NotAFileException
SeeException(Throwable).
-