org.springframework.aop.framework.adapter
Class UnknownAdviceTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.aop.framework.AopConfigException
                                |
                                +--org.springframework.aop.framework.adapter.UnknownAdviceTypeException

public class UnknownAdviceTypeException
extends AopConfigException

Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.

Author:
Rod Johnson
Version: $Id: UnknownAdviceTypeException.java,v 1.2 2003/12/11 17:25:39 johnsonr Exp $

Constructor Summary
UnknownAdviceTypeException(Object advice)
           
UnknownAdviceTypeException(Advisor advisor)
           

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

UnknownAdviceTypeException

public UnknownAdviceTypeException(Object advice)

UnknownAdviceTypeException

public UnknownAdviceTypeException(Advisor advisor)