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

Constructor Summary

MismatchedSizeException()
Creates the exception object with default values.
MismatchedSizeException(String str)
Creates the exception object that outputs a message.

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