Klasse CheckDigitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oxt.toolbox.leitwegcheck.CheckDigitException
- Alle implementierten Schnittstellen:
Serializable
Check Digit calculation/validation error.
- Seit:
- Validator 1.4
- Version:
- $Revision: 1649191 $
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungConstruct an Exception with no message.Construct an Exception with a message.CheckDigitException
(String msg, Throwable cause) Construct an Exception with a message and the underlying cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CheckDigitException
public CheckDigitException()Construct an Exception with no message. -
CheckDigitException
Construct an Exception with a message.- Parameter:
msg
- The error message.
-
CheckDigitException
-