类 ClassFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
cn.taketoday.core.type.classreading.ClassFormatException
所有已实现的接口:
Serializable

public class ClassFormatException extends IOException
Exception that indicates an incompatible class format encountered in a class file during metadata reading.
从以下版本开始:
4.0
作者:
Juergen Hoeller, Harry Yang
另请参阅:
  • 构造器详细资料

    • ClassFormatException

      public ClassFormatException(String message)
      Construct a new ClassFormatException with the supplied message.
      参数:
      message - the detail message
    • ClassFormatException

      public ClassFormatException(String message, Throwable cause)
      Construct a new ClassFormatException with the supplied message and cause.
      参数:
      message - the detail message
      cause - the root cause