|
SOLUTIONS
|
JLINK SYMBOL
GetJavaException
GetJavaException[]
returns the Java Exception object that was thrown in the most recent call from Mathematica to Java.
DetailsDetails
- To use GetJavaException, you first need to load J/Link using Needs["JLink`"].
- GetJavaException returns Null if no exception was thrown in the most recent call.
- GetJavaException can be used in conjunction with $JavaExceptionHandler to implement a custom exception-handling scheme in Mathematica.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
