Klasse CheckDigitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oxt.toolbox.leitwegcheck.CheckDigitException
Alle implementierten Schnittstellen:
Serializable

public class CheckDigitException extends Exception
Check Digit calculation/validation error.
Seit:
Validator 1.4
Version:
$Revision: 1649191 $
Siehe auch:
  • Konstruktordetails

    • CheckDigitException

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

      public CheckDigitException(String msg)
      Construct an Exception with a message.
      Parameter:
      msg - The error message.
    • CheckDigitException

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