Style Pattern Exception
class StylePatternException(val position: Int, problem: String, cause: Exception? = null) : Exception
Raised when compilation of a StylePattern fails for any reason.
Author
Todd L Smith
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.
Constructors
Link copied to clipboard
Construct a StylePatternException.