Package org.bsc.langgraph4j
Class GraphRunnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bsc.langgraph4j.GraphRunnerException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error during the execution of a graph runner.
- See Also:
-
Constructor Summary
ConstructorDescriptionGraphRunnerException
(String errorMessage) Constructs a new GraphRunnerException with the specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphRunnerException
Constructs a new GraphRunnerException with the specified error message.- Parameters:
errorMessage
- the detail message
-