org.springframework.core.env
Class PropertySourcesPropertyResolver.ClassConversionException

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.core.convert.ConversionException
                      extended by org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertySourcesPropertyResolver

static class PropertySourcesPropertyResolver.ClassConversionException
extends ConversionException


Constructor Summary
PropertySourcesPropertyResolver.ClassConversionException(java.lang.Class<?> actual, java.lang.Class<?> expected)
           
PropertySourcesPropertyResolver.ClassConversionException(java.lang.String actual, java.lang.Class<?> expected, java.lang.Exception ex)
           
 
Method Summary
 
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

PropertySourcesPropertyResolver.ClassConversionException

public PropertySourcesPropertyResolver.ClassConversionException(java.lang.Class<?> actual,
                                                                java.lang.Class<?> expected)

PropertySourcesPropertyResolver.ClassConversionException

public PropertySourcesPropertyResolver.ClassConversionException(java.lang.String actual,
                                                                java.lang.Class<?> expected,
                                                                java.lang.Exception ex)