org.springframework.aop.framework.adapter
Class UnknownAdviceTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.aop.framework.AopConfigException
                      extended byorg.springframework.aop.framework.adapter.UnknownAdviceTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownAdviceTypeException
extends AopConfigException

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

Version:
$Id: UnknownAdviceTypeException.java,v 1.4 2004/03/18 02:46:10 trisberg Exp $
Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
UnknownAdviceTypeException(java.lang.Object advice)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
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

UnknownAdviceTypeException

public UnknownAdviceTypeException(java.lang.Object advice)


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