Package htw.ai.dln.Exceptions
Class UnsupportedAudioSampleRateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- htw.ai.dln.Exceptions.UnsupportedAudioSampleRateException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAudioSampleRateException extends java.lang.Exception
- Since:
- : 21.02.21
Unsupported Audio Sample Rate Thrown if the Audio Sample rate is not supported by the method
- Version:
- : 1.0
- Author:
- : Enrico Gamil Toros Project name : apt-decoder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAudioSampleRateException(java.lang.String errorMessage)
-