Class ExceptionMapper.DefaultExceptionMapper
java.lang.Object
dev.langchain4j.internal.ExceptionMapper.DefaultExceptionMapper
- All Implemented Interfaces:
ExceptionMapper
- Enclosing interface:
ExceptionMapper
public static class ExceptionMapper.DefaultExceptionMapper
extends Object
implements ExceptionMapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface ExceptionMapper
ExceptionMapper.DefaultExceptionMapper -
Field Summary
Fields inherited from interface ExceptionMapper
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RuntimeExceptionmapHttpStatusCode(Throwable cause, int httpStatusCode) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExceptionMapper
withExceptionMapper
-
Constructor Details
-
DefaultExceptionMapper
public DefaultExceptionMapper()
-
-
Method Details
-
mapException
- Specified by:
mapExceptionin interfaceExceptionMapper
-
mapHttpStatusCode
-