Package ai.picovoice.picollm
Class PicoLLMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ai.picovoice.picollm.PicoLLMException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PicoLLMActivationException,PicoLLMActivationLimitException,PicoLLMActivationRefusedException,PicoLLMActivationThrottledException,PicoLLMInvalidArgumentException,PicoLLMInvalidStateException,PicoLLMIOException,PicoLLMKeyException,PicoLLMMemoryException,PicoLLMRuntimeException,PicoLLMStopIterationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPicoLLMException(String message) PicoLLMException(String message, String[] messageStack) PicoLLMException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PicoLLMException
-
PicoLLMException
-
PicoLLMException
-
-
Method Details
-
getMessageStack
-
getMessage
- Overrides:
getMessagein classThrowable
-