org.springframework.config.java.valuesource
Class ValueResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.springframework.beans.FatalBeanException
                          extended by org.springframework.beans.factory.BeanDefinitionStoreException
                              extended by org.springframework.config.java.valuesource.ValueResolutionException
All Implemented Interfaces:
Serializable

public class ValueResolutionException
extends BeanDefinitionStoreException

Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
ValueResolutionException(String name, String message)
           
ValueResolutionException(String name, Throwable t)
           
 
Method Summary
 String getValueName()
           
 
Methods inherited from class org.springframework.beans.factory.BeanDefinitionStoreException
getBeanName, getResourceDescription
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueResolutionException

public ValueResolutionException(String name,
                                String message)
Parameters:
msg -
ex -

ValueResolutionException

public ValueResolutionException(String name,
                                Throwable t)
Method Detail

getValueName

public String getValueName()


Copyright � 2005-2008 Spring Framework. All Rights Reserved.