类 ConstructorNotFoundException

所有已实现的接口:
Serializable

public class ConstructorNotFoundException extends NestedRuntimeException
not a suitable Constructor found
从以下版本开始:
4.0
作者:
TODAY 2021/8/23 23:28
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • type

      private final Class<?> type
    • parameterTypes

      @Nullable private final Class<?>[] parameterTypes
  • 构造器详细资料

    • ConstructorNotFoundException

      public ConstructorNotFoundException(Class<?> type)
    • ConstructorNotFoundException

      public ConstructorNotFoundException(Class<?> type, String msg)
    • ConstructorNotFoundException

      public ConstructorNotFoundException(Class<?> type, Class<?>[] parameterTypes, Throwable e)
    • ConstructorNotFoundException

      public ConstructorNotFoundException(Class<?> type, String msg, @Nullable Class<?>[] parameterTypes, @Nullable Throwable e)
  • 方法详细资料

    • getType

      public Class<?> getType()
    • getParameterTypes

      @Nullable public Class<?>[] getParameterTypes()