javax.vecmath

Class MismatchedSizeException

public class MismatchedSizeException extends RuntimeException

Indicates that an operation cannot be completed properly because of a mismatch in the sizes of object attributes.
Constructor Summary
MismatchedSizeException()
Creates the exception object with default values.
MismatchedSizeException(String str)
Creates the exception object that outputs a message.

Constructor Detail

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