|
The Spring Framework | |||||||||
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(String message,
Object source,
ParseState parseState)
|
void |
ReaderContext.error(String message,
Object source,
ParseState parseState,
Throwable cause)
|
void |
ReaderContext.fatal(String message,
Object source,
ParseState parseState)
|
void |
ReaderContext.fatal(String message,
Object source,
ParseState parseState,
Throwable cause)
|
void |
ReaderContext.warning(String message,
Object source,
ParseState parseState)
|
void |
ReaderContext.warning(String message,
Object source,
ParseState parseState,
Throwable cause)
|
Constructors in org.springframework.beans.factory.parsing with parameters of type ParseState | |
---|---|
Problem(String message,
Location location,
ParseState parseState)
Create a new instance of the Problem class. |
|
Problem(String message,
Location location,
ParseState parseState,
Throwable rootCause)
Create a new instance of the Problem class. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |