Class StreamingNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.compress.CompressException
org.apache.commons.compress.archivers.ArchiveException
org.apache.commons.compress.archivers.StreamingNotSupportedException
- All Implemented Interfaces:
 Serializable
Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.
- Since:
 - 1.8
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStreamingNotSupportedException(String format) Creates a new StreamingNotSupportedException. - 
Method Summary
Methods inherited from class org.apache.commons.compress.archivers.ArchiveException
requireNonNullMethods inherited from class org.apache.commons.compress.CompressException
requireNonNullMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StreamingNotSupportedException
Creates a new StreamingNotSupportedException.- Parameters:
 format- the format that has been requested/detected.
 
 - 
 - 
Method Details
- 
getFormat
Gets the format that has been requested/detected.- Returns:
 - the format that has been requested/detected.
 
 
 -