-
- All Implemented Interfaces:
-
java.io.Serializable
public class VoiceException extends Exception
A parent class of all Voice exceptions.
-
-
Field Summary
-
Method Summary
Modifier and Type Method Description intgetErrorCode()StringgetExplanation()Returns the explanation related to the exception. StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
int getErrorCode()
-
getExplanation
String getExplanation()
Returns the explanation related to the exception. This value may be null in some cases.
-
getMessage
String getMessage()
-
-
-
-