javax.vecmath
Class MismatchedSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.vecmath.MismatchedSizeException
- All Implemented Interfaces:
- Serializable
public class MismatchedSizeException
- extends RuntimeException
Indicates that an operation cannot be completed properly because
of a mismatch in the sizes of object attributes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MismatchedSizeException
public MismatchedSizeException()
- Create the exception object with default values.
MismatchedSizeException
public MismatchedSizeException(String str)
- Create the exception object that outputs a message.
- Parameters:
str
- the message string to be output.