All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.vecmath.MismatchedSizeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----javax.vecmath.MismatchedSizeException

public class MismatchedSizeException
extends java.lang.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.4 $, $Date: 1999/03/04 09:16:33 $
Author:
Kenji hiranabe

Constructor Index

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

Constructors

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

 o MismatchedSizeException
 public MismatchedSizeException(java.lang.String str)
Creates the exception object that outputs a message.

Parameters:
str - the message string to output

All Packages  Class Hierarchy  This Package  Previous  Next  Index