Class InvalidCardNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.frankmuenster.mahoe.pdfextractor.InvalidCardNumberException
- All Implemented Interfaces:
Serializable
Exception class for invalid card number
- Author:
- Frank Münster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCardNumberException
(String string) Standard constructor for Exception class -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCardNumberException
Standard constructor for Exception class- Parameters:
string
- error text
-