Class StreamingNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.compress.archivers.ArchiveException
-
- org.apache.commons.compress.archivers.StreamingNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamingNotSupportedException extends ArchiveException
Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.- Since:
- 1.8
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
format
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description StreamingNotSupportedException(java.lang.String format)
Creates a new StreamingNotSupportedException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormat()
Returns the format that has been requested/detected.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
format
private final java.lang.String format
-
-