org.eclipse.higgins.icard.io
Class CardIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.icard.CardException
              extended by org.eclipse.higgins.icard.io.CardIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CardParseException, UnsupportedElementFormatException

public class CardIOException
extends CardException

See Also:
Serialized Form

Constructor Summary
CardIOException()
           
CardIOException(String message)
           
CardIOException(String message, Throwable cause)
           
CardIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardIOException

public CardIOException()

CardIOException

public CardIOException(String message)

CardIOException

public CardIOException(String message,
                       Throwable cause)

CardIOException

public CardIOException(Throwable cause)