Class spatialAudio.InitializationException
All Packages Class Hierarchy This Package Previous Next Index
Class spatialAudio.InitializationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----spatialAudio.SpatialAudioException
|
+----spatialAudio.InitializationException
- public class InitializationException
- extends SpatialAudioException
Signals that a Initialization Exception has occurred
within a spatialAudio operation.
This error occurs when the spatialAudio Environment cannot be
instantiated and initialized. An uninitialized Environment
cannot be used.
Copyright (c) 1996 Intel Corporation
-
InitializationException()
- Constructs a InitializationException with no specified detail message.
-
InitializationException(String)
- Constructs a InitializationException with the specified detail message.
InitializationException
public InitializationException()
- Constructs a InitializationException with no specified detail message.
A detail message is a String that describes this particular exception.
InitializationException
public InitializationException(String msg)
- Constructs a InitializationException 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