Serializable
public class CheckDigitException extends Exception
Constructor | Description |
---|---|
CheckDigitException() |
Construct an Exception with no message.
|
CheckDigitException(String msg) |
Construct an Exception with a message.
|
CheckDigitException(String msg,
Throwable cause) |
Construct an Exception with a message and
the underlying cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckDigitException()
public CheckDigitException(String msg)
msg
- The error message.Copyright © 2002–2018. All rights reserved.