Class JSci.maths.VectorDimensionException
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.VectorDimensionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalArgumentException
|
+----JSci.maths.DimensionException
|
+----JSci.maths.VectorDimensionException
- public final class VectorDimensionException
- extends DimensionException
This exception occurs when there is a problem involving a vector's dimension.
For example, accessing a component outside a vector's dimension or performing
an operation with vectors that have different dimensions.
-
VectorDimensionException()
- Constructs a VectorDimensionException with no detail message.
-
VectorDimensionException(String)
- Constructs a VectorDimensionException with the specified detail message.
VectorDimensionException
public VectorDimensionException()
- Constructs a VectorDimensionException with no detail message.
VectorDimensionException
public VectorDimensionException(String s)
- Constructs a VectorDimensionException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index