Package ai.picovoice.cheetah
Class CheetahException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.cheetah.CheetahException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CheetahActivationException,CheetahActivationLimitException,CheetahActivationRefusedException,CheetahActivationThrottledException,CheetahInvalidArgumentException,CheetahInvalidStateException,CheetahIOException,CheetahKeyException,CheetahMemoryException,CheetahRuntimeException,CheetahStopIterationException
public class CheetahException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheetahException(java.lang.String message)CheetahException(java.lang.Throwable cause)
-