RewriteNoCommandException
class RewriteNoCommandException(val commandBuilder: CommandBuilder, val rewriter: CommandBuilderRewriter, errorMsg: String = "Rewriter[", cause: Throwable? = null) : WowException
Constructors
Link copied to clipboard
constructor(commandBuilder: CommandBuilder, rewriter: CommandBuilderRewriter, errorMsg: String = "Rewriter[", cause: Throwable? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun Throwable.toResult(waitCommandId: String, commandMessage: CommandMessage<*>, function: FunctionInfoData = COMMAND_GATEWAY_FUNCTION, id: String = generateGlobalId(), stage: CommandStage = CommandStage.SENT, result: Map<String, Any> = emptyMap(), signalTime: Long = System.currentTimeMillis()): CommandResult