Public Instance Methods : SstError

class implements Interface: IuSstError
* isSstError goto
* errorCode
	"ACTION
		Answer the receiver's integer error number, for comparison
		against the error constants in the SstErrorConstants pool.

	RETURN VALUE
		<Integer>

	NOTES
		*** WARNING ***
		The values returned by this method are subject to change.  
		IN ORDER TO BE RELIABLE, APPLICATIONS MUST NOT COMPARE 
		RETURNED VALUES AGAINST HARDCODED VALUES.  The error 
		constants in the SstErrorConstants pool must be used."
Categories
	SST-API Developer
* isCommunicationsError
	"ACTION
		Answer true if the receiver's %errorCode identifies a
		communications error.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isInvocationError
	"ACTION
		Answer true if the receiver's %errorCode identifies an
		invocation error.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isMarshalingError
	"ACTION
		Answer true if the receiver's %errorCode identifies a
		marshaling error.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isNonRecoverable
	"ACTION
		Answer true if the receiver has been marked as non-recoverable.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isObjectSpaceError
	"ACTION
		Answer true if the receiver's %errorCode identifies an
		object space error.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* markNonRecoverable
	"ACTION
		Mark the receiver as non-recoverable."
Categories
	SST-API Developer
* markRecoverable
	"ACTION
		Mark the receiver as recoverable."
Categories
	SST-API Developer
* raise
	"ACTION
		Cause an ExSstNonFatalError to be raised with the receiver and 
		its printString as arguments.  

	EXCEPTIONS
		ExSstNonFatalError : Raised in all cases"
Categories
	SST-API Developer
* raise: exception
	"ACTION
		Cause an @exception to be raised with the receiver and its printString
		as arguments. 

	PARAMETERS
		exception : <ExceptionalEvent>

	EXCEPTIONS
		exception : Raised in all cases."
Categories
	SST-API Developer

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