Module vecmath
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.
Version:
specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
Author:
Kenji hiranabe
See Also:
  • Constructor Details

    • MismatchedSizeException

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

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