public class WavFileException extends Exception
| Constructor and Description |
|---|
WavFileException()
Create a new WavFile-specific exception.
|
WavFileException(String message)
Create a new WavFile-specific exception with a given message.
|
WavFileException(String message,
Throwable cause)
Create a new WavFile-specific exception with a message and throwable exception.
|
WavFileException(Throwable cause)
Create a new WavFile-specific exception with a throwable exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WavFileException()
public WavFileException(String message)
message - the messagepublic WavFileException(String message, Throwable cause)
message - the messagecause - the causepublic WavFileException(Throwable cause)
cause - the causeCopyright © 2020. All rights reserved.