Update MediaWiki page 'Class Check'

This commit is contained in:
Sini 2012-09-03 20:08:39 +00:00 committed by moparisthebest
parent a8fa8ce913
commit 12c18d57a6
1 changed files with 17 additions and 17 deletions

View File

@ -7,12 +7,12 @@ All the return codes are in descending priority by numerical order.
{| border=2px {| border=2px
! Opcode ! Opcode
! Name ! Name
! On Receive/Respond ! On Receive/Response
! Description ! Description
|- |-
! 0 ! 0
! Successful ! Successful
! Respond ! Response
! Successfully executed the request. ! Successfully executed the request.
|- |-
! -1 ! -1
@ -26,78 +26,78 @@ All the return codes are in descending priority by numerical order.
! A SecurityException was thrown while receiving a request from the server. ! A SecurityException was thrown while receiving a request from the server.
|- |-
! -3 ! -3
! Receive
! NullPointerException ! NullPointerException
! Receive
! A NullPointerException was thrown while receiving a request from the server. ! A NullPointerException was thrown while receiving a request from the server.
|- |-
! -4 ! -4
! Receive
! Exception ! Exception
! Receive
! An Exception was thrown while receiving a request from the server. ! An Exception was thrown while receiving a request from the server.
|- |-
! -5 ! -5
! Receive
! Throwable ! Throwable
! Receieve
! An error or exception was thrown while receiving a request from the server. ! An error or exception was thrown while receiving a request from the server.
|- |-
! -10 ! -10
! Respond
! ClassNotFoundException ! ClassNotFoundException
! Response
! A ClassNotFoundException was thrown while responding to a request from the server. ! A ClassNotFoundException was thrown while responding to a request from the server.
|- |-
! -11 ! -11
! Respond
! InvalidClassException ! InvalidClassException
! Response
! An InvalidClassException was thrown while responding to a request from the server. ! An InvalidClassException was thrown while responding to a request from the server.
|- |-
! -12 ! -12
! Response
! StreamCorruptedException ! StreamCorruptedException
! Response
! A StreamCorruptedException was thrown while responding to a request from the server. ! A StreamCorruptedException was thrown while responding to a request from the server.
|- |-
! -13 ! -13
! Response
! OptionalDataException ! OptionalDataException
! Response
! An OptionDataException was thrown while responding to a request from the server. ! An OptionDataException was thrown while responding to a request from the server.
|- |-
! -14 ! -14
! Response
! IllegalAccessException ! IllegalAccessException
! Response
! An IllegalAccessException was thrown while responding to a request from the server. ! An IllegalAccessException was thrown while responding to a request from the server.
|- |-
! -15 ! -15
! Response
! IllegalArgumentException ! IllegalArgumentException
! Response
! An IllegalArgumentException was thrown while responding to a request from the server. ! An IllegalArgumentException was thrown while responding to a request from the server.
|- |-
! -16 ! -16
! Response
! InvocationTargetException ! InvocationTargetException
! Response
! An InvocationTargetException was thrown while responding to a request from the server. ! An InvocationTargetException was thrown while responding to a request from the server.
|- |-
! -17 ! -17
! Response
! SecurityException ! SecurityException
! Response
! A SecurityException was thrown while responding to a request from the server. ! A SecurityException was thrown while responding to a request from the server.
! !
|- |-
! -18 ! -18
! Response
! IOException ! IOException
! Response
! An IOException was thrown while responding to a request from the server. ! An IOException was thrown while responding to a request from the server.
|- |-
! -19 ! -19
! Response
! NullPointerException ! NullPointerException
! Response
! A NullPointerException was thrown while responding to a request from the server. ! A NullPointerException was thrown while responding to a request from the server.
|- |-
! -20 ! -20
! Response
! Exception ! Exception
! Response
! An Exception was thrown while responding to a request from the server. ! An Exception was thrown while responding to a request from the server.
|- |-
! -21 ! -21
! Response
! Throwable ! Throwable
! Response
! An error or exception was thrown while receiving a request from the server. ! An error or exception was thrown while receiving a request from the server.
|} |}