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

View differences:

IDwgObjectReader.java
4 4
 */
5 5
package com.iver.cit.jdwglib.dwg.readers;
6 6

  
7
import com.iver.cit.jdwglib.dwg.CorruptedDwgEntityException;
7 8
import com.iver.cit.jdwglib.dwg.DwgObject;
8 9

  
9 10
/**
......
27 28
	 * Reads the specific part of the dwg object
28 29
	 * @throws Exception 
29 30
	 * */
30
	public void readSpecificObj(int[] data, int offset, DwgObject dwgObj) throws Exception;
31
	public void readSpecificObj(int[] data, int offset, DwgObject dwgObj) throws RuntimeException, CorruptedDwgEntityException;
31 32
	/**
32 33
	 * Sets the fileReader (wich has the responsability of read
33 34
	 * head and tail of a dwg object)

Also available in: Unified diff