public class InvalidFileNameException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The file name causing the exception.
|
private static long |
serialVersionUID
Serial version UID, being used, if the exception
is serialized.
|
Constructor and Description |
---|
InvalidFileNameException(java.lang.String pName,
java.lang.String pMessage)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the invalid file name.
|
private static final long serialVersionUID
private final java.lang.String name