public class StreamingNotSupportedException extends ArchiveException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
format |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StreamingNotSupportedException(java.lang.String format)
Creates a new StreamingNotSupportedException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat()
Returns the format that has been requested/detected.
|
private static final long serialVersionUID
private final java.lang.String format