spring-framework / org.springframework.web.util.pattern / PatternParseException

PatternParseException

open class PatternParseException : IllegalArgumentException

Exception that is thrown when there is a problem with the pattern being parsed.

Author
Andy Clement

Since
5.0

Properties

message

open val message: String

Return a formatted message with inserts applied.

Functions

getInserts

open fun getInserts(): Array<Any>

getMessageType

open fun getMessageType(): PatternMessage

getPosition

open fun getPosition(): Int

toDetailedString

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.