コード例 #1
0
 /**
  * Initialize from another object. Note that both objects use the same references (shallow copy).
  * Use copy() for a physical copy.
  */
 public ExceptionTable(ExceptionTable c) {
   this(c.getNameIndex(), c.getLength(), c.getExceptionIndexTable(), c.getConstantPool());
 }