public class OpusException extends Exception
OpusException class.
| Constructor and Description |
|---|
OpusException()
Constructor for OpusException.
|
OpusException(String message)
Constructor for OpusException.
|
OpusException(String message,
int opus_error_code)
Constructor for OpusException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpusException()
Constructor for OpusException.
public OpusException(String message)
Constructor for OpusException.
message - a String objectpublic String getMessage()
getMessage in class ThrowableCopyright © 2024. All rights reserved.