Public Class Methods : SstRmiDetailedException

* throw: kind message: message detail: detail
	"ACTION
		Throw an exception signalling a Java-style exception of Java 
		class @kind (e.g., java.io.IOException) with @message as the 
		%detailMessage and @detail as the %detail 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>
		detail : <SstRmiThrowable>

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

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