Serializablepublic class MismatchedSizeException extends RuntimeException
| Constructor | Description |
|---|---|
MismatchedSizeException() |
Create the exception object with default values.
|
MismatchedSizeException(String str) |
Create the exception object that outputs a message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MismatchedSizeException()
public MismatchedSizeException(String str)
str - the message string to be output.