org.springmodules.validation.bean.conf
Class ResourceConfigurationLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springmodules.validation.bean.conf.ResourceConfigurationLoadingException
All Implemented Interfaces:
Serializable

public class ResourceConfigurationLoadingException
extends RuntimeException

Thrown when a AbstractResourceBasedBeanValidationConfigurationLoader implementation fails to load configurations from a resource.

Author:
Uri Boness
See Also:
Serialized Form

Constructor Summary
ResourceConfigurationLoadingException(Resource resource)
           
ResourceConfigurationLoadingException(Resource resource, Throwable cause)
           
 
Method Summary
 Resource getResource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ResourceConfigurationLoadingException

public ResourceConfigurationLoadingException(Resource resource)

ResourceConfigurationLoadingException

public ResourceConfigurationLoadingException(Resource resource,
                                             Throwable cause)
Method Detail

getResource

public Resource getResource()


Copyright © 2009. All Rights Reserved.