Package ai.picovoice.picollm
Class PicoLLMIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.picollm.PicoLLMException
-
- ai.picovoice.picollm.PicoLLMIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class PicoLLMIOException extends PicoLLMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PicoLLMIOException(java.lang.String message)PicoLLMIOException(java.lang.String message, java.lang.String[] messageStack)PicoLLMIOException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class ai.picovoice.picollm.PicoLLMException
getMessage, getMessageStack
-
-