| 
 | ||||||||||
| 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 ParseStateat the time of the error (may benull). | 
|  ParseState | ParseState.snapshot()Create a new instance of ParseStatewhich 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 Problemclass. | |
| Problem(String message,
        Location location,
        ParseState parseState,
        Throwable rootCause)Create a new instance of the Problemclass. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||