throw new IllegalArgumentException("End location is not a label instruction");
}
Location catchLocation = createLabel().setLocation();
ConstantClassInfo catchClass;
if (catchClassName == null) {
catchClass = null;
} else {
catchClass = mCp.addConstantClass(catchClassName);
}