public class IllegalFileNameException extends OfficeOnlineException
| Constructor and Description |
|---|
IllegalFileNameException(String message)
Instantiates a new illegal file name exception.
|
IllegalFileNameException(String message,
String filename)
Instantiates a new illegal file name exception.
|
IllegalFileNameException(String message,
Throwable cause)
Instantiates a new illegal file name exception.
|
IllegalFileNameException(Throwable cause)
Instantiates a new illegal file name exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
Gets the filename.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalFileNameException(String message)
message - the messagepublic IllegalFileNameException(String message, String filename)
message - the messagefilename - the filenamepublic IllegalFileNameException(Throwable cause)
cause - the causepublic String getFilename()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.