站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.parsing.Location (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.parsing.Location

Packages that use Location
org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing. 
 

Uses of Location in org.springframework.beans.factory.parsing
 

Methods in org.springframework.beans.factory.parsing that return Location
 Location Problem.getLocation()
          Get the location within a bean configuration source that triggered the error.
 

Constructors in org.springframework.beans.factory.parsing with parameters of type Location
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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.