Public Class Methods : SstRmiInvalidClassException
throw: kind message: message class: className
"ACTION
Throw an exception signalling as Java-style exception of Java
class @kind (e.g., java.io.IOException) with @message as the
%detailMessage of the exception. Such exceptions will be
forwarded/returned to Java as instances of @kind. The actual
Smalltalk exception thrown is SstRmiConstants::ExSstRmiException.
PARAMETERS
kind : <String>
message : <String>
className : <String>
EXCEPTIONS
ExSstRmiException : Thrown in all cases"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]