jsci.maths.vectors
Class VectorDimensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
jsci.maths.DimensionException
jsci.maths.vectors.VectorDimensionException
- All Implemented Interfaces:
- Serializable
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VectorDimensionException
public VectorDimensionException()
- Constructs a VectorDimensionException with no detail message.
VectorDimensionException
public VectorDimensionException(String s)
- Constructs a VectorDimensionException with the specified detail message.
jHepWork 3.1 ©