org.activemq.spring
Class ConfigurationParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.beans.BeansException
                      extended byorg.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

Constructor Summary
ConfigurationParseException(org.springframework.core.io.Resource resource, Throwable e)
           
 
Method Summary
 org.springframework.core.io.Resource getResource()
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationParseException

public ConfigurationParseException(org.springframework.core.io.Resource resource,
                                   Throwable e)
Method Detail

getResource

public org.springframework.core.io.Resource getResource()
Returns:
the resource that was being parsed when the exception ocurred


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.