Class spatialAudio.CorruptFileException
All Packages Class Hierarchy This Package Previous Next Index
Class spatialAudio.CorruptFileException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----spatialAudio.SpatialAudioException
|
+----spatialAudio.CorruptFileException
- public class CorruptFileException
- extends SpatialAudioException
Signals that an CorruptFileException has occurred
within a spatialAudio operation. This occurs when
the data source for a cached sound source does not contain
valid wave or midi data.
Copyright (c) 1996 Intel Corporation
-
CorruptFileException()
- Constructs a CorruptFileException with no specified detail message.
-
CorruptFileException(String)
- Constructs a CorruptFileException with the specified detail message.
CorruptFileException
public CorruptFileException()
- Constructs a CorruptFileException with no specified detail message.
A detail message is a String that describes this particular exception.
CorruptFileException
public CorruptFileException(String msg)
- Constructs a CorruptFileException with the specified detail message.
A detail message is a String that describes this particular
exception.
- Parameters:
- msg - the detail message
All Packages Class Hierarchy This Package Previous Next Index