public class FileIsNotADirectoryException extends Exception
| Constructor and Description |
|---|
FileIsNotADirectoryException()
Default constructor.
|
FileIsNotADirectoryException(String message)
Constructs a new FileIsNotADirectoryException with the specified detail message.
|
FileIsNotADirectoryException(String message,
Throwable cause)
Constructs a new FileIsNotADirectoryException with the specified detail message and the
Throwable.
|
FileIsNotADirectoryException(Throwable cause)
Constructs a FileIsNotADirectoryException with the Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileIsNotADirectoryException()
public FileIsNotADirectoryException(String message)
message - The message.public FileIsNotADirectoryException(String message, Throwable cause)
message - The message.cause - The Throwable.public FileIsNotADirectoryException(Throwable cause)
cause - The Throwable.Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.