org.springframework.context
Class ApplicationContextException

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.springframework.beans.FatalBeanException
                          extended byorg.springframework.context.ApplicationContextException
All Implemented Interfaces:
Serializable

public class ApplicationContextException
extends FatalBeanException

Exception thrown during application context initialization.

Author:
Rod Johnson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ApplicationContextException(String msg)
          Constructs an ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String msg, Throwable ex)
          Constructs an ApplicationContextException with the specified detail message and the given root cause.
 
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

ApplicationContextException

public ApplicationContextException(String msg)
Constructs an ApplicationContextException with the specified detail message and no root cause.

Parameters:
msg - the detail message

ApplicationContextException

public ApplicationContextException(String msg,
                                   Throwable ex)
Constructs an ApplicationContextException with the specified detail message and the given root cause.

Parameters:
msg - the detail message


Copyright (C) 2003-2004 The Spring Framework Project.