org.springframework.aop.framework
Class AopConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.aop.framework.AopConfigException
Direct Known Subclasses:
UnknownAdviceTypeException

public class AopConfigException
extends NestedRuntimeException

Exception that gets thrown on illegal AOP configuration arguments.

Author:
Rod Johnson
Version: $Id: AopConfigException.java,v 1.4 2003/12/06 12:38:28 jhoeller Exp $
Since: 13-Mar-2003

Constructor Summary
AopConfigException(String msg)
           
AopConfigException(String msg, Throwable ex)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

AopConfigException

public AopConfigException(String msg)

AopConfigException

public AopConfigException(String msg, Throwable ex)