Package com.yworks.yguard.obf.classfile
Class ExceptionInfo
- java.lang.Object
-
- com.yworks.yguard.obf.classfile.ExceptionInfo
-
public class ExceptionInfo extends java.lang.ObjectRepresentation of an Exception table entry.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTANT_FIELD_SIZEThe constant CONSTANT_FIELD_SIZE.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExceptionInfocreate(java.io.DataInput din)Create exception info.voidwrite(java.io.DataOutput dout)Export the representation to a DataOutput stream.
-
-
-
Field Detail
-
CONSTANT_FIELD_SIZE
public static final int CONSTANT_FIELD_SIZE
The constant CONSTANT_FIELD_SIZE.- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static ExceptionInfo create(java.io.DataInput din) throws java.io.IOException
Create exception info.- Parameters:
din- the din- Returns:
- the exception info
- Throws:
java.io.IOException- the io exception
-
write
public void write(java.io.DataOutput dout) throws java.io.IOExceptionExport the representation to a DataOutput stream.- Parameters:
dout- the dout- Throws:
java.io.IOException- the io exception
-
-