All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.SoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.media.j3d.SoundException

public class SoundException
extends RuntimeException
Indicates a problem in loading or playing a sound sample.


Constructor Index

 o SoundException()
Create the exception object with default values..
 o SoundException(String)
Create the exception object that outputs message.

Constructors

 o SoundException
 public SoundException()
Create the exception object with default values..

 o SoundException
 public SoundException(String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.

All Packages  Class Hierarchy  This Package  Previous  Next  Index