Class StreamingNotSupportedException

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • StreamingNotSupportedException

        public StreamingNotSupportedException​(String format)
        Creates a new StreamingNotSupportedException.
        Parameters:
        format - the format that has been requested/detected.
    • Method Detail

      • getFormat

        public String getFormat()
        Returns the format that has been requested/detected.
        Returns:
        the format that has been requested/detected.