类的使用
org.springframework.beans.factory.parsing.Location
使用Location的程序包 程序包 说明 org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.org.springframework.beans.factory.parsing中Location的使用
返回Location的org.springframework.beans.factory.parsing中的方法 修饰符和类型 方法 说明 Location
Problem. getLocation()
Get the location within a bean configuration source that triggered the error.参数类型为Location的org.springframework.beans.factory.parsing中的构造器 构造器 说明 Problem(String message, Location location)
Create a new instance of theProblem
class.Problem(String message, Location location, ParseState parseState)
Create a new instance of theProblem
class.Problem(String message, Location location, ParseState parseState, Throwable rootCause)
Create a new instance of theProblem
class.