java.io.Serializablepublic class InvalidFileSeparatorException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
InvalidFileSeparatorException(java.lang.String message)
|
Constructs a new runtime exception with the
specified detail message.
|
public InvalidFileSeparatorException(java.lang.String message)
Throwable.initCause(java.lang.Throwable).
message - the detail message. The detail
message is saved for later retrieval by the
Throwable.getMessage() method.