public class MismatchedSizeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MismatchedSizeException()
Create the exception object with default values.
|
MismatchedSizeException(java.lang.String str)
Create the exception object that outputs a message.
|
public MismatchedSizeException()
public MismatchedSizeException(java.lang.String str)
str - the message string to be output.