类 ConstructorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.ConstructorNotFoundException
- 所有已实现的接口:
Serializable
not a suitable Constructor found
- 从以下版本开始:
- 4.0
- 作者:
- TODAY 2021/8/23 23:28
- 另请参阅:
-
构造器概要
构造器构造器说明ConstructorNotFoundException(Class<?> type) ConstructorNotFoundException(Class<?> type, Class<?>[] parameterTypes, Throwable e) ConstructorNotFoundException(Class<?> type, String msg) ConstructorNotFoundException(Class<?> type, String msg, Class<?>[] parameterTypes, Throwable e) -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
ConstructorNotFoundException
-
ConstructorNotFoundException
-
ConstructorNotFoundException
-
ConstructorNotFoundException
-
-
方法详细资料
-
getType
-
getParameterTypes
-