/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | INVOKESPECIAL.java | 24 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()
|
D | INVOKEVIRTUAL.java | 24 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()
|
D | INVOKEINTERFACE.java | 24 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()
|
D | INVOKEDYNAMIC.java | 24 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()
|
D | GETFIELD.java | 21 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()
|
D | NEW.java | 20 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()
|
D | PUTFIELD.java | 21 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()
|
D | INVOKESTATIC.java | 24 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()
|
D | PUTSTATIC.java | 21 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()
|
D | GETSTATIC.java | 21 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()
|
D | CHECKCAST.java | 20 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()
|
D | MULTIANEWARRAY.java | 23 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()
|
D | ANEWARRAY.java | 20 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()
|
D | INSTANCEOF.java | 20 import org.apache.bcel.ExceptionConst; 46 … return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_CLASS_AND_INTERFACE_RESOLUTION); in getExceptions()
|
D | ArrayInstruction.java | 20 import org.apache.bcel.ExceptionConst; 48 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_ARRAY_EXCEPTION); in getExceptions()
|
D | MONITORENTER.java | 20 import org.apache.bcel.ExceptionConst; 38 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
|
D | MONITOREXIT.java | 20 import org.apache.bcel.ExceptionConst; 38 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
|
D | ATHROW.java | 20 import org.apache.bcel.ExceptionConst; 43 ExceptionConst.THROWABLE in getExceptions()
|
D | ARRAYLENGTH.java | 20 import org.apache.bcel.ExceptionConst; 42 ExceptionConst.NULL_POINTER_EXCEPTION in getExceptions()
|
D | IREM.java | 20 import org.apache.bcel.ExceptionConst; 42 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
|
D | IDIV.java | 20 import org.apache.bcel.ExceptionConst; 42 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
|
D | LREM.java | 20 import org.apache.bcel.ExceptionConst; 38 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
|
D | LDIV.java | 20 import org.apache.bcel.ExceptionConst; 39 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
|
D | ReturnInstruction.java | 21 import org.apache.bcel.ExceptionConst; 71 ExceptionConst.ILLEGAL_MONITOR_STATE in getExceptions()
|
D | LDC.java | 23 import org.apache.bcel.ExceptionConst; 136 return ExceptionConst.createExceptions(ExceptionConst.EXCS.EXCS_STRING_RESOLUTION); in getExceptions()
|