org.apache.commons.compress.archivers
public class StreamingNotSupportedException extends ArchiveException
| Constructor and Description |
|---|
StreamingNotSupportedException(String format)
Creates a new StreamingNotSupportedException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Returns the format that has been requested/detected.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamingNotSupportedException(String format)
format - the format that has been requested/detected.public String getFormat()
Copyright © 2014 The Apache Software Foundation. All rights reserved.