public class CheckDigitException
extends java.lang.Exception
| Constructor and 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 error