Package ipsk.audio

Class AudioControllerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AudioControllerException
    extends java.lang.Exception
    Every exception thrown in an AudioController implementation, e.g I/O exception will be wrapped by this exception.
    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

      • AudioControllerException

        public AudioControllerException()
        Create new exception.
      • AudioControllerException

        public AudioControllerException​(java.lang.String message)
        Create exception with message.
        Parameters:
        message -
      • AudioControllerException

        public AudioControllerException​(java.lang.Throwable cause)
        Create exception giving the cause.
        Parameters:
        cause -
      • AudioControllerException

        public AudioControllerException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Create exception with message and cause.
        Parameters:
        message -
        cause -