Package com.jogamp.openal
Class UnsupportedAudioFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jogamp.openal.UnsupportedAudioFileException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedAudioFileException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAudioFileException()
UnsupportedAudioFileException(String message)
UnsupportedAudioFileException(String message, Throwable cause)
UnsupportedAudioFileException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedAudioFileException
public UnsupportedAudioFileException(String message)
-
UnsupportedAudioFileException
public UnsupportedAudioFileException()
-
UnsupportedAudioFileException
public UnsupportedAudioFileException(String message, Throwable cause)
-
UnsupportedAudioFileException
public UnsupportedAudioFileException(Throwable cause)
-
-