public class CheckDigitException
extends java.lang.Exception
| Modifier and Type | Field | Description |
|---|---|---|
private static long |
serialVersionUID |
| 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.
|
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 errorCopyright (c) 2001-2004 Apache Software Foundation