Searched refs:INSTANTIATION_ERROR (Results 1 – 4 of 4) sorted by relevance
49 public static final int INSTANTIATION_ERROR = 9; field in VerificationError62 verificationErrorNames.put("instantiation-error", INSTANTIATION_ERROR);84 case INSTANTIATION_ERROR: in getVerificationErrorName()
48 ExceptionConst.INSTANTIATION_ERROR); in getExceptions()
46 Class<InstantiationError> INSTANTIATION_ERROR = InstantiationError.class; field
43 public static final Class<InstantiationError> INSTANTIATION_ERROR = InstantiationError.class; field in ExceptionConst