Package com.sun.media.sound
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.media.sound.InvalidDataException
com.sun.media.sound.InvalidFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RIFFInvalidFormatException
This exception is used when a reader is used to read file of a format
it doesn't unterstand or support.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatException
public InvalidFormatException() -
InvalidFormatException
-