Class SoundException

All Implemented Interfaces:
Serializable

public class SoundException extends RuntimeException
Indicates a problem in loading or playing a sound sample.
See Also:
  • Constructor Details

    • SoundException

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

      public SoundException(String str)
      Create the exception object that outputs message.
      Parameters:
      str - the message string to be output.