Package ipsk.audio

Class AudioFormatNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AudioFormatNotSupportedException
    extends java.lang.Exception
    Exception indicating an unsupported audio format.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • AudioFormatNotSupportedException

        public AudioFormatNotSupportedException​(javax.sound.sampled.AudioFormat af)
        Create an exception.
        Parameters:
        af - the unsupported format
      • AudioFormatNotSupportedException

        public AudioFormatNotSupportedException​(boolean isSource,
                                                javax.sound.sampled.AudioFormat af)
        Create an detailed exception.
        Parameters:
        isSource - true if the mixer is used for playback
        af - the unsupprted audio format
      • AudioFormatNotSupportedException

        public AudioFormatNotSupportedException​(boolean isSource,
                                                java.lang.String mixerName,
                                                javax.sound.sampled.AudioFormat af)
        Create an detailed exception.
        Parameters:
        isSource - true if the mixer is used for playback
        mixerName - the name of the mixer
        af - the unsupprted audio format
      • AudioFormatNotSupportedException

        public AudioFormatNotSupportedException()