%Net.Remote.Exception
class %Net.Remote.Exception extends %Exception.AbstractException, %Library.RegisteredObject
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property RawData as %String);
Property methods: RawDataDisplayToLogical(), RawDataGet(), RawDataIsValid(), RawDataLogicalToDisplay(), RawDataLogicalToOdbc(), RawDataNormalize(), RawDataSet()
property RemoteError as %String);
Property methods: RemoteErrorDisplayToLogical(), RemoteErrorGet(), RemoteErrorIsValid(), RemoteErrorLogicalToDisplay(), RemoteErrorLogicalToOdbc(), RemoteErrorNormalize(), RemoteErrorSet()
Methods (Including Private)
Inherited description: This returns a string that represents the exception. Users should feel free
to modify the format in subclasses.
private method OnAsStatus() as %Status [ Language = objectscript ]
Inherited description: Override this method to provide a custom conversion of an exception to a status.
method StackAsArray(ByRef array) as %Status [ Language = objectscript ]
Inherited description: This method sets an array that is passed by reference to the execution stack at the time of the exception.
The top unsubscripted value is the number of execution levels.
array(n) is a string that indicates how the next level was created. It is empty for the current level. The value may be:
DO - issued a DO command
$$ - called an extrinsic function
XECUTE - issued an XECUTE command
BREAK - entered a debug prompt because of a <BREAK>
ERROR - entered a debug prompt because of an error
$ETRAP - executed a $ETRAP
CALLIN - entered via a callin
array(n,"PLACE") is the location of the last command executed at this level. It is a line reference followed by the command number on that line.
array(n) is a string that indicates how the next level was created. It is empty for the current level. The value may be:
DO - issued a DO command
$$ - called an extrinsic function
XECUTE - issued an XECUTE command
BREAK - entered a debug prompt because of a <BREAK>
ERROR - entered a debug prompt because of an error
$ETRAP - executed a $ETRAP
CALLIN - entered via a callin
array(n,"PLACE") is the location of the last command executed at this level. It is a line reference followed by the command number on that line.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- AsSQLCODE()
- AsSQLMessage()
- AsStatus()
- Log()
- OnAsSQLCODE()
- OnAsSQLMessage()
- OutputToDevice()
- OutputToStream()
- SQLMessageString()