com.sun.media.sound
Class InvalidDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.media.sound.InvalidDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFormatException, RIFFInvalidDataException

public class InvalidDataException
extends java.io.IOException

This exception is used when a file contains illegal or unexpected data.

Author:
Karl Helgason
See Also:
Serialized Form

Constructor Summary
InvalidDataException()
           
InvalidDataException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDataException

public InvalidDataException()

InvalidDataException

public InvalidDataException(java.lang.String s)