open class PatternParseException : IllegalArgumentException
Exception that is thrown when there is a problem with the pattern being parsed.
Author
Andy Clement
Since
5.0
open val message: String
Return a formatted message with inserts applied. |
open fun getInserts(): Array<Any> |
|
open fun getMessageType(): PatternMessage |
|
open fun getPosition(): Int |
|
open fun toDetailedString(): String
Return a detailed message that includes the original pattern text with a pointer to the error position, as well as the error message. |