javax.vecmath
Class MismatchedSizeException
RuntimeException
javax.vecmath.MismatchedSizeException
public class MismatchedSizeException
extends RuntimeException
Indicates that an operation cannot be completed properly
because of a mismatch in the sizes of object attributes.
specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
MismatchedSizeException
public MismatchedSizeException()
Creates the exception object with default values.
MismatchedSizeException
public MismatchedSizeException(String str)
Creates the exception object that outputs a message.
str
- the message string to output