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