Class UnsupportedAudioChannelSizeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedAudioChannelSizeException
    extends java.lang.Exception
    Since:
    : 21.02.21

    Unsupported Audio Channel Size Exception Thrown if the size of the audio channel is not supported For example if the method only supports or expects audio with 1 channel but got audio with 2 channels, this exception should be thrown

    Version:
    : 1.0
    Author:
    : Enrico Gamil Toros Project name : apt-decoder
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • UnsupportedAudioChannelSizeException

        public UnsupportedAudioChannelSizeException​(java.lang.String message)