Package ca.phon.audio

Class UnsupportedFormatException

All Implemented Interfaces:
Serializable

public class UnsupportedFormatException extends AudioIOException
See Also:
  • Constructor Details

    • UnsupportedFormatException

      public UnsupportedFormatException()
    • UnsupportedFormatException

      public UnsupportedFormatException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • UnsupportedFormatException

      public UnsupportedFormatException(String message, Throwable cause)
    • UnsupportedFormatException

      public UnsupportedFormatException(String message)
    • UnsupportedFormatException

      public UnsupportedFormatException(Throwable cause)