public class

RIFFInvalidFormatException

extends InvalidFormatException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.sun.media.sound.InvalidDataException
           ↳ com.sun.media.sound.InvalidFormatException
             ↳ com.sun.media.sound.RIFFInvalidFormatException

Class Overview

This exception is used when a reader is used to read RIFF file of a format it doesn't unterstand or support.

Summary

Public Constructors
RIFFInvalidFormatException()
RIFFInvalidFormatException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RIFFInvalidFormatException ()

public RIFFInvalidFormatException (String s)