Class AudioFileWriterErrorEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class AudioFileWriterErrorEvent
    extends AudioFileWriterEvent
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AudioFileWriterErrorEvent​(java.lang.Object source, java.lang.Exception cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getCause()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AudioFileWriterErrorEvent

        public AudioFileWriterErrorEvent​(java.lang.Object source,
                                         java.lang.Exception cause)
        Parameters:
        source -
    • Method Detail

      • getCause

        public java.lang.Exception getCause()