kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.nd
/
IndexOutOfShapeException
Index
Out
Of
Shape
Exception
class
IndexOutOfShapeException
(
val
shape
:
ShapeND
,
val
index
:
IntArray
)
:
RuntimeException
(
source
)
Members
Constructors
Index
Out
Of
Shape
Exception
Link copied to clipboard
constructor
(
shape
:
ShapeND
,
index
:
IntArray
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
index
Link copied to clipboard
val
index
:
IntArray
message
Link copied to clipboard
open
val
message
:
String
?
shape
Link copied to clipboard
val
shape
:
ShapeND