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