MapleException.getArg
get a data object from MapleException
Calling Sequence
Parameters
Description
Object getArg(int i)
i
-
data argument to return
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 0..n−1, where n is the number of data objects. This number can be obtained by calling the getArgCount member function.
See Also
define_external
ExternalCalling/Java/MapleException
ExternalCalling/Java/MapleException/getArgCount
ExternalCalling/Java/MapleException/MapleException
OpenMaple
OpenMaple/Java/API
Download Help Document