org.codehaus.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.codehaus.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: 1.1 $
- See Also:
- Serialized Form
Method Summary |
org.springframework.core.io.Resource |
getResource()
|
Methods inherited from class org.springframework.core.NestedRuntimeException |
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 Protique, Ltd.. All Rights Reserved.