Package dev.langchain4j.internal
Class ExceptionMapper.DefaultExceptionMapper
-
- All Implemented Interfaces:
-
dev.langchain4j.internal.ExceptionMapper
public class ExceptionMapper.DefaultExceptionMapper implements ExceptionMapper
-
-
Field Summary
Fields Modifier and Type Field Description public final static ExceptionMapper
DEFAULT
-
Constructor Summary
Constructors Constructor Description ExceptionMapper.DefaultExceptionMapper()
-
Method Summary
Modifier and Type Method Description RuntimeException
mapException(Exception e)
-
-
Method Detail
-
mapException
RuntimeException mapException(Exception e)
-
-
-
-