Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » [javadoc | source]
org.springframework.aop.framework
public class: AopConfigException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.springframework.core.NestedRuntimeException
               org.springframework.aop.framework.AopConfigException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    NotAnAtAspectException

Exception that gets thrown on illegal AOP configuration arguments.
Constructor:
 public AopConfigException(String msg) 
    Constructor for AopConfigException.
    Parameters:
    msg - the detail message
 public AopConfigException(String msg,
    Throwable cause) 
    Constructor for AopConfigException.
    Parameters:
    msg - the detail message
    cause - the root cause
Methods from org.springframework.core.NestedRuntimeException:
contains,   getMessage,   getMostSpecificCause,   getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait