Package javax.vecmath

Class MismatchedSizeException

  • All Implemented Interfaces:
    Serializable

    public class MismatchedSizeException
    extends RuntimeException
    Indicates that an operation cannot be completed properly because of a mismatch in the sizes of object attributes.
    See Also:
    Serialized Form
    • Constructor Detail

      • MismatchedSizeException

        public MismatchedSizeException()
        Create the exception object with default values.
      • MismatchedSizeException

        public MismatchedSizeException​(String str)
        Create the exception object that outputs a message.
        Parameters:
        str - the message string to be output.