Searched refs:NULL_POINTER_EXCEPTION (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DARRAYLENGTH.java78 return new Class[] { com.sun.org.apache.bcel.internal.ExceptionConstants.NULL_POINTER_EXCEPTION };
H A DMONITORENTER.java74 return new Class[] { com.sun.org.apache.bcel.internal.ExceptionConstants.NULL_POINTER_EXCEPTION };
H A DMONITOREXIT.java74 return new Class[] { com.sun.org.apache.bcel.internal.ExceptionConstants.NULL_POINTER_EXCEPTION };
H A DGETFIELD.java95 ExceptionConstants.NULL_POINTER_EXCEPTION;
H A DINVOKESPECIAL.java91 cs[ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length] = ExceptionConstants.NULL_POINTER_EXCEPTION;
H A DINVOKEVIRTUAL.java90 cs[ExceptionConstants.EXCS_FIELD_AND_METHOD_RESOLUTION.length] = ExceptionConstants.NULL_POINTER_EXCEPTION;
H A DPUTFIELD.java96 ExceptionConstants.NULL_POINTER_EXCEPTION;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DExceptionConstants.java99 public static final Class NULL_POINTER_EXCEPTION = NullPointerException.class; field in interface:ExceptionConstants
123 NULL_POINTER_EXCEPTION, ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION

Completed in 539 milliseconds