MapleException.getArg - get a data object from MapleException
|
Calling Sequence
|
|
Object getArg(int i)
|
|
Parameters
|
|
i
|
-
|
data argument to return
|
|
|
|
|
Description
|
|
•
|
The getArg member function returns the ith data object from the current MapleException. This is one of the Objects passed into MapleException.
|
•
|
The i parameter should be in the range , where is the number of data objects. This number can be obtained by calling the getArgCount member function.
|
|
|
Download Help Document
Was this information helpful?