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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamingNotSupportedException(String format)
format - the format that has been requested/detected.Copyright © 2018 The Apache Software Foundation. All rights reserved.