Class VectorDimensionMismatch

  • All Implemented Interfaces:
    Serializable

    public class VectorDimensionMismatch
    extends Exception
    VectorDimensionMismatch class is a runtime exception thrown when vector operations cannot be completed due to mismatch of vector dimensions.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    See Also:
    Serialized Form
    • Constructor Detail

      • VectorDimensionMismatch

        public VectorDimensionMismatch​(String message)
        Constructor with message.
        Parameters:
        message -