Class OpenAIExceptionConverter
- java.lang.Object
-
- io.github.sashirestela.cleverclient.ExceptionConverter
-
- io.github.sashirestela.openai.exception.OpenAIExceptionConverter
-
public class OpenAIExceptionConverter extends io.github.sashirestela.cleverclient.ExceptionConverter
-
-
Constructor Summary
Constructors Constructor Description OpenAIExceptionConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionconvertHttpException(io.github.sashirestela.cleverclient.ResponseInfo responseInfo)static voidrethrow(Throwable e)
-
-
-
Method Detail
-
rethrow
public static void rethrow(Throwable e)
-
convertHttpException
public RuntimeException convertHttpException(io.github.sashirestela.cleverclient.ResponseInfo responseInfo)
- Specified by:
convertHttpExceptionin classio.github.sashirestela.cleverclient.ExceptionConverter
-
-