Class CrcValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.damianwajser.emv.exceptions.EmvFormatException
-
- com.github.damianwajser.emv.exceptions.CrcValidationException
-
- All Implemented Interfaces:
Serializable
public class CrcValidationException extends EmvFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CrcValidationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CrcValidationException
public CrcValidationException(String message)
-
-