org.springframework.aop.framework.adapter
Class UnknownAdviceTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.springframework.aop.framework.adapter.UnknownAdviceTypeException
All Implemented Interfaces:
Serializable

public class UnknownAdviceTypeException
extends IllegalArgumentException

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

Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
UnknownAdviceTypeException(Object advice)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownAdviceTypeException

public UnknownAdviceTypeException(Object advice)


Copyright (c) 2002-2005 The Spring Framework Project.