Style Pattern Exception
fun StylePatternException( position: Int, problem: String, cause: Exception? = null)
Content copied to clipboard
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.