Package com.embabel.agent.spi.loop
Class MaxIterationsExceededException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MaxIterationsExceededException extends RuntimeException
Thrown when the tool loop exceeds the maximum number of iterations.
-
-
Constructor Summary
Constructors Constructor Description MaxIterationsExceededException(Integer maxIterations)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxIterations()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MaxIterationsExceededException
MaxIterationsExceededException(Integer maxIterations)
-
-
Method Detail
-
getMaxIterations
final Integer getMaxIterations()
-
-
-
-