Main Content
matlab.exception.JavaException Class
Namespace: matlab.exception
Capture error information for Java exception
Description
Process information from a matlab.exception.JavaException
object to
handle Java® errors thrown by Java methods called from MATLAB®. This class is derived from MException
.
Creation
You do not construct a matlab.exception.JavaException
object explicitly.
MATLAB automatically constructs a JavaException
object whenever
Java throws an exception. The JavaException
object wraps the original
Java exception.
Properties
Examples
Version History
Introduced in R2012b