public final class VectorDimensionException extends DimensionException
| Constructor and Description |
|---|
VectorDimensionException()
Constructs a VectorDimensionException with no detail message.
|
VectorDimensionException(java.lang.String s)
Constructs a VectorDimensionException with the specified detail message.
|