public class InvalidFileNameException extends RuntimeException
| Constructor and Description | 
|---|
| InvalidFileNameException(String pName,
                        String pMessage)Creates a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the invalid file name. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFileNameException(String pName, String pMessage)
pName - The file name causing the exception.pMessage - A human readable error message.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.