Class CardIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CardIOException
    extends java.lang.RuntimeException
    CardIOException is the base class for all CardIO related exceptions.

    Author:
    Dirk Husemann (hud@zurich.ibm.com)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CardFile cardFile
      Some additional information.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • cardFile

        protected CardFile cardFile
        Some additional information.
    • Constructor Detail

      • CardIOException

        public CardIOException()
        The default constructor.
      • CardIOException

        public CardIOException​(java.lang.String message)
        Give a message.
        Parameters:
        message - a more detailed description of the exception
      • CardIOException

        public CardIOException​(java.lang.String message,
                               CardFile cardFile)