StylePatternException

fun StylePatternException(    position: Int,     problem: String,     cause: Exception? = null)

Construct a StylePatternException.

Parameters

position

The one-based character position at which the error was detected.

problem

A brief message about the error that occurred.

cause

The causal exception, if any.