Class InvalidCardNumberException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.frankmuenster.mahoe.pdfextractor.InvalidCardNumberException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidCardNumberException extends java.lang.Exception
Exception class for invalid card number- Author:
- Frank Münster
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCardNumberException(java.lang.String string)
Standard constructor for Exception class
-