Package htw.ai.dln.Exceptions
Class UnsupportedAudioChannelSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- htw.ai.dln.Exceptions.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
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAudioChannelSizeException(java.lang.String message)
-