The hierarchy of the type is inconsistent错误问题

Posted navyhj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The hierarchy of the type is inconsistent错误问题相关的知识,希望对你有一定的参考价值。

在springMVC的AOP 面向切面编程中,引用:

package com.ah.aop;

import java.lang.reflect.Method;

import org.springframework.aop.MethodBeforeAdvice;

public class MyMethodBeforeAdvice implements MethodBeforeAdvice {

    @Override
    public void before(Method arg0, Object[] arg1, Object arg2)
            throws Throwable {
        // TODO Auto-generated method stub

    }

};

在实现前置通知接口MethodBeforeAdvice时候,出现The hierarchy of the type is inconsistent  解释为:层次结构的类型不一致;

可能的原因:自己的类继承于某个类,这个类或者这个类继承的类或者再往上继承的某个类所在的jar包没有被引入。

以上是关于The hierarchy of the type is inconsistent错误问题的主要内容,如果未能解决你的问题,请参考以下文章

The hierarchy of the type NsRedisConnectionFactory is inconsistent

关于The hierarchy of the type TestBeforeAdvice is inconsistent的问题

Java:The hierarchy of the type is inconsistent错误

返回suggester的类型(Returning the type of the suggester)

The Main Types of Roller Crusher

Linq------错误: Unable to determine the principal end of an association between the types