Record Class AsyncGroup.RunnerFailed
java.lang.Object
java.lang.Record
com.github.sttk.sabi.AsyncGroup.RunnerFailed
- Enclosing interface:
AsyncGroup
Represents the reason for a new
Exc
exception object when an
exception occurred during the execution of a Runner
and the exception class was not the
Exc
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunnerFailed
public RunnerFailed()Creates an instance of aRunnerFailed
record class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-