Class spatialAudio.SpatialAudioException
All Packages Class Hierarchy This Package Previous Next Index
Class spatialAudio.SpatialAudioException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----spatialAudio.SpatialAudioException
- public class SpatialAudioException
- extends Exception
Signals that a spatialAudio Exception has occurred.
Typically this is subclassed to provide more specific
exceptions.
Copyright (c) 1996 Intel Corporation
-
SpatialAudioException()
- Constructs a SpatialAudioException with no specified detail message.
-
SpatialAudioException(String)
- Constructs a SpatialAudioException with the specified detail message.
SpatialAudioException
public SpatialAudioException()
- Constructs a SpatialAudioException with no specified detail message.
A detail message is a String that describes this particular exception.
SpatialAudioException
public SpatialAudioException(String msg)
- Constructs a SpatialAudioException 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