KbParseException
class KbParseException(cause: Throwable, location: KbSourceLocation? = null, errorCode: String = "KB-0000") : KbException(source)
Thrown by KbTemplate.render when the template source cannot be parsed.
The cause is the underlying error; message is forwarded from it (with location appended when present).
Parameters
cause
the underlying exception that describes the error.
location
the template position of the syntax error, or null when it could not be determined.
errorCode
the stable conformance error code for this failure; see KbException.errorCode.