StylePatternException

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
constructor(position: Int, problem: String, cause: Exception? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

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

Link copied to clipboard

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard