Package org.eclipse.keypop.storagecard
Class StorageCardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.storagecard.StorageCardException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CardIOException
,ReaderIOException
,UnexpectedCommandStatusException
Base class for exceptions occurring during the execution of a command on a
StorageCard
.
It provides additional context about the block address involved in the error, when applicable.
- Since:
- 1.0.0
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString