public class CheckDigitException extends Exception
Constructor and 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.
|
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–2020 The Apache Software Foundation. All rights reserved.