org.activemq.spring
Class ConfigurationParseException

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.beans.BeansException
                      extended by 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

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-2008 Protique, Ltd.. All Rights Reserved.