public abstract class VoiceException extends Exception
Voice
exceptions.Constructor and Description |
---|
VoiceException(int errorCode,
String errorMessage,
String explanation) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getExplanation()
Returns the explanation related to the exception.
|
String |
getMessage() |
void |
setExplanation(String explanation) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public int getErrorCode()
public void setExplanation(String explanation)
public String getExplanation()