Revision 10054 trunk/libraries/libDwg/src/com/iver/cit/jdwglib/dwg/DwgHandleReference.java

View differences:

DwgHandleReference.java
73 73
	 * 
74 74
	 * 	 */
75 75

  
76
	public int read(int[] data, int offset) throws Exception {
76
	public int read(int[] data, int offset) throws RuntimeException, CorruptedDwgEntityException{
77 77
		ArrayList v = new ArrayList();
78 78
		int code = ((Integer)DwgUtil.getBits(data, 4, offset)).intValue();
79 79
		int counter = ((Integer)DwgUtil.getBits(data, 4, (offset + 4))).intValue();

Also available in: Unified diff