| 程序包 | 说明 |
|---|---|
| org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Location |
Problem.getLocation()
Get the location within a bean configuration source that triggered the error.
|
| 构造器和说明 |
|---|
Problem(String message,
Location location)
Create a new instance of the
Problem class. |
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. |