ExceptionTableEntry
class ExceptionTableEntry(val startPc: Int, val endPc: Int, val handlerPc: Int, val catchType: Int)(source)
An entry of the exception table This is used to handle exceptions
Since
0.1.0
Parameters
startPc
the start pc of the exception
endPc
the end pc of the exception
handlerPc
the handler pc of the exception
catchType
the catch type of the exception
Functions
Link copied to clipboard
Get the size of the ExceptionTableEntry
Dump the ExceptionTableEntry to the stream
Link copied to clipboard
Get the hashCode of this ExceptionTableEntry