Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Java ExternalCalling Application Program Interface (API)

Description

• 

In Java External Call, a Java method can throw a MapleException using the com.maplesoft.externalcall.MapleException class, which is an Exception subclass (see define_external). Maple correctly converts the Java Exception into a Maple Exception.  The MapleException constructor allows for a limited number of arguments to be passed into Maple along with the Exception method. This functionality is similar to error.

See Also

ExternalCalling

ExternalCalling/Java/MapleException

Java Open Maple