public class CheckDigitException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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