Uses of Class
mChaRM.multichannel.ReferenceToNonExistentArgumentException

Packages that use ReferenceToNonExistentArgumentException
mChaRM.multichannel   
 

Uses of ReferenceToNonExistentArgumentException in mChaRM.multichannel
 

Methods in mChaRM.multichannel that throw ReferenceToNonExistentArgumentException
 java.lang.Object mChaRMMethodCall.inspectArgument(int position)
          returns the actual value of a specified argument.
 java.lang.Object mChaRMMethodCall.modifyArgument(int position, java.lang.Object newValue)
          changes the value of a specified argument and returns the original value of such an argument.
 java.lang.Object mChaRMMethodCall.removeArgument(int position)
          removes the specified argument from the embodied call.