org.activemq.spring
Class ConfigurationParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.activemq.spring.ConfigurationParseException
- All Implemented Interfaces:
- Serializable
public class ConfigurationParseException
- extends org.springframework.beans.BeansException
An exception that is thrown if a configuration resource could not
be parsed.
- Version:
- $Revision$
- See Also:
- Serialized Form
Method Summary |
org.springframework.core.io.Resource |
getResource()
|
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
ConfigurationParseException
public ConfigurationParseException(org.springframework.core.io.Resource resource,
Throwable e)
getResource
public org.springframework.core.io.Resource getResource()
- Returns:
- the resource that was being parsed when the exception ocurred
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.