javax.vecmath
public class MismatchedSizeException extends RuntimeException
Constructor and Description |
---|
MismatchedSizeException()
Create the exception object with default values.
|
MismatchedSizeException(String str)
Create the exception object that outputs a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MismatchedSizeException()
public MismatchedSizeException(String str)
str
- the message string to be output.