类 CodeGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.bytecode.core.CodeGenerationException
- 所有已实现的接口:
Serializable
- 直接已知子类:
UndeclaredThrowableException
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明CodeGenerationException(String message) CodeGenerationException(String message, Throwable cause) CodeGenerationException(Throwable cause) -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
CodeGenerationException
public CodeGenerationException() -
CodeGenerationException
-
CodeGenerationException
-
CodeGenerationException
-