public class FileExistsException extends Throwable
| Constructor and Description |
|---|
FileExistsException(String outputFilePath)
Creates the exception with a generic message using the given file name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileExistsException(String outputFilePath)
outputFilePath - the file path that already existsCopyright © 2021. All rights reserved.