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.

Constructor Index

 o VectorDimensionException()
Constructs a VectorDimensionException with no detail message.
 o VectorDimensionException(String)
Constructs a VectorDimensionException with the specified detail message.

Constructors

 o VectorDimensionException
  public VectorDimensionException()
Constructs a VectorDimensionException with no detail message.
 o VectorDimensionException
  public VectorDimensionException(String s)
Constructs a VectorDimensionException with the specified detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index