Uses of Class
org.springframework.beans.factory.parsing.ParseState
Package
Description
Support infrastructure for bean definition parsing.
-
Uses of ParseState in org.springframework.beans.factory.parsing
Modifier and TypeMethodDescriptionProblem.getParseState()
Get theParseState
at the time of the error (may benull
).ParseState.snapshot()
Create a new instance ofParseState
which is an independent snapshot of this instance.Modifier and TypeMethodDescriptionvoid
ReaderContext.error
(String message, Object source, ParseState parseState) Raise a regular error.void
ReaderContext.error
(String message, Object source, ParseState parseState, Throwable cause) Raise a regular error.void
ReaderContext.fatal
(String message, Object source, ParseState parseState) Raise a fatal error.void
ReaderContext.fatal
(String message, Object source, ParseState parseState, Throwable cause) Raise a fatal error.void
ReaderContext.warning
(String message, Object source, ParseState parseState) Raise a non-critical warning.void
ReaderContext.warning
(String message, Object source, ParseState parseState, Throwable cause) Raise a non-critical warning.