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
-
MismatchedSizeException()
- Creates the exception object with default values.
-
MismatchedSizeException(String)
- Creates the exception object that outputs a message.
MismatchedSizeException
public MismatchedSizeException()
- Creates the exception object with default values.
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