Package matlabcontrol.extensions
Class MatlabNumericArray.ArrayDimensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- matlabcontrol.extensions.MatlabNumericArray.ArrayDimensionException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MatlabNumericArray
public static class MatlabNumericArray.ArrayDimensionException extends java.lang.RuntimeExceptionRepresents attempting to retrieve or manipulate a MATLAB array as the wrong dimension.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActualNumberOfDimensions()The actual number of dimensions the array has.intgetUsedNumberOfDimensions()The number of dimensions that were used when interacting with the array.
-