|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseState | |
---|---|
org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. |
Uses of ParseState in org.springframework.beans.factory.parsing |
---|
Methods in org.springframework.beans.factory.parsing that return ParseState | |
---|---|
ParseState |
Problem.getParseState()
Get the ParseState at the time of the error (may be null ). |
ParseState |
ParseState.snapshot()
Create a new instance of ParseState which is an independent snapshot
of this instance. |
Methods in org.springframework.beans.factory.parsing with parameters of type ParseState | |
---|---|
void |
ReaderContext.error(java.lang.String message,
java.lang.Object source,
ParseState parseState)
|
void |
ReaderContext.error(java.lang.String message,
java.lang.Object source,
ParseState parseState,
java.lang.Throwable cause)
|
void |
ReaderContext.fatal(java.lang.String message,
java.lang.Object source,
ParseState parseState)
|
void |
ReaderContext.fatal(java.lang.String message,
java.lang.Object source,
ParseState parseState,
java.lang.Throwable cause)
|
void |
ReaderContext.warning(java.lang.String message,
java.lang.Object source,
ParseState parseState)
|
void |
ReaderContext.warning(java.lang.String message,
java.lang.Object source,
ParseState parseState,
java.lang.Throwable cause)
|
Constructors in org.springframework.beans.factory.parsing with parameters of type ParseState | |
---|---|
Problem(java.lang.String message,
Location location,
ParseState parseState)
Create a new instance of the Problem class. |
|
Problem(java.lang.String message,
Location location,
ParseState parseState,
java.lang.Throwable rootCause)
Create a new instance of the Problem class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |