java.io.Serializablepublic class CheckDigitException
extends java.lang.Exception
| Constructor | Description |
|---|---|
CheckDigitException() |
Construct an Exception with no message.
|
CheckDigitException(java.lang.String msg) |
Construct an Exception with a message.
|
CheckDigitException(java.lang.String msg,
java.lang.Throwable cause) |
Construct an Exception with a message and
the underlying cause.
|
public CheckDigitException()
public CheckDigitException(java.lang.String msg)
msg - The error message.public CheckDigitException(java.lang.String msg,
java.lang.Throwable cause)
msg - The error message.cause - The underlying cause of the errorCopyright © 2002–2018. All rights reserved.