public class InvalidFilesArchiveException extends RuntimeException
FilesInputStream when given files archive is not well formed or fail to read.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Java serialization version.
|
| Constructor and Description |
|---|
InvalidFilesArchiveException(String message,
Object... args)
Construct exception with formatted message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public InvalidFilesArchiveException(String message, Object... args)
String.format(String, Object...) for message format
description.message - message with optional formatting tags,args - optional formatting arguments.Copyright © 2018. All rights reserved.