| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal |
| Modifier and Type | Method and Description |
|---|---|
List<MATLABStackFrame> |
MATLABException.getMATLABStackTrace()
Returns MATLAB stack with 0 or more
MATLABStackFrame. |
List<MATLABStackFrame> |
MATLABException.getMATLABStackTrace()
Returns MATLAB stack with 0 or more
MATLABStackFrame. |
| Constructor and Description |
|---|
MATLABException(String message,
String identifier,
List<MATLABStackFrame> stackList)
Create an instance of
MATLABException using MATLAB error message, error identifier and a list
of MATLABStackFrame representing MATLAB stack trace associated with an error in MATLAB. |
MATLABException(String message,
String identifier,
List<MATLABStackFrame> stackList)
Create an instance of
MATLABException using MATLAB error message, error identifier and a list
of MATLABStackFrame representing MATLAB stack trace associated with an error in MATLAB. |
| Modifier and Type | Method and Description |
|---|---|
static List<MATLABStackFrame> |
MWInvocationHandlerUtils.convertToMATLABStackFrameList(List<MATLABError.MATLAB_Error.Stack_Frame> protoStack)
Converts a list of protobuf message MATLABError.MATLAB_Error.Stack_Frame into list of MATLABStackFrame
|
static List<MATLABStackFrame> |
MWInvocationHandlerUtils.convertToMATLABStackFrameList(List<MATLABError.MATLAB_Error.Stack_Frame> protoStack)
Converts a list of protobuf message MATLABError.MATLAB_Error.Stack_Frame into list of MATLABStackFrame
|
Copyright © 2015–2021. All rights reserved.