Class CheckDigitException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CheckDigitException
    extends java.lang.Exception
    Check Digit calculation/validation error.
    Since:
    Validator 1.4
    Version:
    $Revision: 1649191 $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CheckDigitException

        public CheckDigitException()
        Construct an Exception with no message.
      • CheckDigitException

        public CheckDigitException​(java.lang.String msg)
        Construct an Exception with a message.
        Parameters:
        msg - The error message.
      • CheckDigitException

        public CheckDigitException​(java.lang.String msg,
                                   java.lang.Throwable cause)
        Construct an Exception with a message and the underlying cause.
        Parameters:
        msg - The error message.
        cause - The underlying cause of the error