Public Class Methods : SstRmiThrowable

* kind: className
	"ACTION
		Build and answer a new instance of the receiver representing a
		Java exception of class @className.

	PARAMETERS
		className : <String>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API Developer
* kind: className message: message
	"ACTION
		Build and answer a new instance of the receiver representing a
		Java exception of class @className with @message as its 
		%detailMessage.

	PARAMETERS
		className : <String>
		message : <String>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API Developer
* throw: kind message: message
	"ACTION
		Throw an exception signalling a 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>

	EXCEPTIONS
		ExSstRmiException : Thrown in all cases"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]