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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java847 protected static boolean failedConstraint(int constraintNum, method in class:Type
877 protected static boolean failedConstraint(int constraintNum, method in class:Type
881 return failedConstraint(constraintNum,quiet,stack,arg0,arg1,null);
895 protected static boolean failedConstraint(int constraintNum, method in class:Type
899 return failedConstraint(constraintNum,quiet,stack,arg0,null,null);
911 protected static boolean failedConstraint(int constraintNum, method in class:Type
914 return failedConstraint(constraintNum,quiet,stack,null,null,null);
978 failedConstraint(27,false,stack,getQualifiedName());

Completed in 32 milliseconds