public class

InvalidFormatException

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

Class Overview

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

Summary

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

Public Constructors

public InvalidFormatException ()

public InvalidFormatException (String s)