Update MediaWiki page 'Class Check'

This commit is contained in:
Sini 2012-09-03 19:54:51 +00:00 committed by moparisthebest
parent 977cf0de84
commit a0d0421c5d
1 changed files with 36 additions and 0 deletions

View File

@ -23,4 +23,40 @@ The class check originated with the new Runescape engine update which took place
|-
! -5
! Throwable - On receive.
|-
! -10
! ClassNotFoundException - On send.
|-
! -11
! InvalidClassException - On send.
|-
! -12
! StreamCorruptedException - On send.
|-
! -13
! OptionalDataException - On send.
|-
! -14
! IllegalAccessException - On send.
|-
! -15
! IllegalArgumentException - On send.
|-
! -16
! InvocationTargetException - On send.
|-
! -17
! SecurityException - On send.
|-
! -18
! IOException - On send.
|-
! -19
! NullPointerException - On receive.
|-
! -20
! Exception - On receive.
|-
! -21
! Throwable - On receive.
|}