public class SoundException extends RuntimeException
| Constructor and Description |
|---|
SoundException()
Create the exception object with default values.
|
SoundException(String str)
Create the exception object that outputs message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoundException()
public SoundException(String str)
str - the message string to be output.Copyright © 2023. All rights reserved.