Package com.tagtraum.audiokern
Class InvalidAudioFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.sound.sampled.UnsupportedAudioFileException
-
- com.tagtraum.audiokern.InvalidAudioFileException
-
- All Implemented Interfaces:
Serializable
public class InvalidAudioFileException extends UnsupportedAudioFileException
InvalidAudioFileException.- Author:
- Hendrik Schreiber
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAudioFileException()
InvalidAudioFileException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidAudioFileException
public InvalidAudioFileException()
-
InvalidAudioFileException
public InvalidAudioFileException(String string)
-
-