Home
last modified time | relevance | path

Searched refs:ExceptionConst (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DINVOKESPECIAL.java24 import org.apache.bcel.ExceptionConst;
64 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
65 ExceptionConst.NULL_POINTER_EXCEPTION, in getExceptions()
66 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR, in getExceptions()
67 ExceptionConst.ABSTRACT_METHOD_ERROR, in getExceptions()
68 ExceptionConst.UNSATISFIED_LINK_ERROR); in getExceptions()
DINVOKEVIRTUAL.java24 import org.apache.bcel.ExceptionConst;
63 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
64 ExceptionConst.NULL_POINTER_EXCEPTION, in getExceptions()
65 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR, in getExceptions()
66 ExceptionConst.ABSTRACT_METHOD_ERROR, in getExceptions()
67 ExceptionConst.UNSATISFIED_LINK_ERROR); in getExceptions()
DINVOKEINTERFACE.java24 import org.apache.bcel.ExceptionConst;
111 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_INTERFACE_METHOD_RESOLUTION, in getExceptions()
112 ExceptionConst.UNSATISFIED_LINK_ERROR, in getExceptions()
113 ExceptionConst.ABSTRACT_METHOD_ERROR, in getExceptions()
114 ExceptionConst.ILLEGAL_ACCESS_ERROR, in getExceptions()
115 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DINVOKEDYNAMIC.java24 import org.apache.bcel.ExceptionConst;
92 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_INTERFACE_METHOD_RESOLUTION, in getExceptions()
93 ExceptionConst.UNSATISFIED_LINK_ERROR, in getExceptions()
94 ExceptionConst.ABSTRACT_METHOD_ERROR, in getExceptions()
95 ExceptionConst.ILLEGAL_ACCESS_ERROR, in getExceptions()
96 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DGETFIELD.java21 import org.apache.bcel.ExceptionConst;
55 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
56 ExceptionConst.NULL_POINTER_EXCEPTION, in getExceptions()
57 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DNEW.java20 import org.apache.bcel.ExceptionConst;
46 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION, in getExceptions()
47 ExceptionConst.ILLEGAL_ACCESS_ERROR, in getExceptions()
48 ExceptionConst.INSTANTIATION_ERROR); in getExceptions()
DPUTFIELD.java21 import org.apache.bcel.ExceptionConst;
54 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
55 ExceptionConst.NULL_POINTER_EXCEPTION, in getExceptions()
56 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DINVOKESTATIC.java24 import org.apache.bcel.ExceptionConst;
63 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
64 ExceptionConst.UNSATISFIED_LINK_ERROR, in getExceptions()
65 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DPUTSTATIC.java21 import org.apache.bcel.ExceptionConst;
54 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
55 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DGETSTATIC.java21 import org.apache.bcel.ExceptionConst;
54 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_FIELD_AND_METHOD_RESOLUTION, in getExceptions()
55 ExceptionConst.INCOMPATIBLE_CLASS_CHANGE_ERROR); in getExceptions()
DCHECKCAST.java20 import org.apache.bcel.ExceptionConst;
51 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION, in getExceptions()
52 ExceptionConst.CLASS_CAST_EXCEPTION); in getExceptions()
DMULTIANEWARRAY.java23 import org.apache.bcel.ExceptionConst;
119 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION, in getExceptions()
120 ExceptionConst.ILLEGAL_ACCESS_ERROR, in getExceptions()
121 ExceptionConst.NEGATIVE_ARRAY_SIZE_EXCEPTION); in getExceptions()
DANEWARRAY.java20 import org.apache.bcel.ExceptionConst;
46 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION, in getExceptions()
47 ExceptionConst.NEGATIVE_ARRAY_SIZE_EXCEPTION); in getExceptions()
DINSTANCEOF.java20 import org.apache.bcel.ExceptionConst;
46 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION); in getExceptions()
DArrayInstruction.java20 import org.apache.bcel.ExceptionConst;
48 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_ARRAY_EXCEPTION); in getExceptions()
DMONITORENTER.java20 import org.apache.bcel.ExceptionConst;
38 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
DMONITOREXIT.java20 import org.apache.bcel.ExceptionConst;
38 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
DATHROW.java20 import org.apache.bcel.ExceptionConst;
43 ExceptionConst.THROWABLE in getExceptions()
DARRAYLENGTH.java20 import org.apache.bcel.ExceptionConst;
42 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
DIREM.java20 import org.apache.bcel.ExceptionConst;
42 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
DIDIV.java20 import org.apache.bcel.ExceptionConst;
42 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
DLREM.java20 import org.apache.bcel.ExceptionConst;
38 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
DLDIV.java20 import org.apache.bcel.ExceptionConst;
39 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
DReturnInstruction.java21 import org.apache.bcel.ExceptionConst;
71 ExceptionConst.ILLEGAL_MONITOR_STATE in getExceptions()
DLDC.java23 import org.apache.bcel.ExceptionConst;
136 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_STRING_RESOLUTION); in getExceptions()

12