Package ai.picovoice.koala
Class KoalaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.koala.KoalaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KoalaActivationException,KoalaActivationLimitException,KoalaActivationRefusedException,KoalaActivationThrottledException,KoalaInvalidArgumentException,KoalaInvalidStateException,KoalaIOException,KoalaKeyException,KoalaMemoryException,KoalaRuntimeException,KoalaStopIterationException
public class KoalaException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KoalaException(java.lang.String message)KoalaException(java.lang.String message, java.lang.String[] messageStack)KoalaException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.String[]getMessageStack()
-