类 ClassFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
cn.taketoday.core.type.classreading.ClassFormatException
- 所有已实现的接口:
Serializable
Exception that indicates an incompatible class format encountered
in a class file during metadata reading.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Harry Yang
- 另请参阅:
-
构造器概要
构造器构造器说明ClassFormatException(String message) Construct a newClassFormatExceptionwith the supplied message.ClassFormatException(String message, Throwable cause) Construct a newClassFormatExceptionwith the supplied message and cause. -
方法概要
-
构造器详细资料
-
ClassFormatException
Construct a newClassFormatExceptionwith the supplied message.- 参数:
message- the detail message
-
ClassFormatException
Construct a newClassFormatExceptionwith the supplied message and cause.- 参数:
message- the detail messagecause- the root cause
-