Searched defs:errorType (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/
H A DModelValidationException.java136 * @param errorType the type -- one of {@link #ERROR} or {@link #WARNING}.
140 public ModelValidationException (int errorType, Object offendingObject, argument
144 _type = errorType;
H A DModelValidator.java2624 * @param errorType the type of error -- one of
2637 private ModelValidationException constructClassException (int errorType, argument
2640 return new ModelValidationException(errorType,
2662 * @param errorType the type of error -- one of
2670 private ModelValidationException constructFieldException (int errorType, argument
2673 return new ModelValidationException(errorType,
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DTypeTable.java71 public static final ErrorType errorType = new ErrorType(); field in class:TypeTable
334 return errorType;
356 return errorType;
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java68 public static final Object errorType = "error"; field in class:TypeSupport
205 return type.equals(errorType);
312 * {@link #errorType} if the specified type is not a primitive type.
316 Object result = errorType;
338 * {@link #errorType} if the specified type is not a wrapper class type.
342 Object result = errorType;
378 return errorType;
396 return errorType;

Completed in 3100 milliseconds