public class UnknownFileTypeException extends Exception
| Constructor and Description |
|---|
UnknownFileTypeException(String message)
Creates a new exception with the given message.
|
UnknownFileTypeException(String message,
File file)
Creates a new exception with the given message and a reference to the file causing the exception.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Returns the file that caused the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2009–2020 Opencast Project. All rights reserved.