Class StreamingNotSupportedException

    • 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()
      Gets the format that has been requested/detected.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StreamingNotSupportedException

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

      • getFormat

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