RewriteNoCommandException

constructor(commandBuilder: CommandBuilder, rewriter: CommandBuilderRewriter, errorMsg: String = "Rewriter[", cause: Throwable? = null)

Parameters

commandBuilder

the command builder that failed to be rewritten

rewriter

the rewriter that failed to return a command

errorMsg

custom error message (default provided)

cause

the underlying cause of the failure (optional)