Class DimensionException

  • All Implemented Interfaces:
    Serializable

    public class DimensionException
    extends RuntimeException
    Signals that an operation is performed upon vectors or matrices whose dimensions disagree.
    See Also:
    Serialized Form
    • Constructor Detail

      • DimensionException

        public DimensionException()
        Constructs a dimension exception with no detail message.
      • DimensionException

        public DimensionException​(String message)
        Constructs a dimension exception with the specified message.
        Parameters:
        message - the error message.