org.eclipse.higgins.icard
Class CardParseException

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
                  extended by org.eclipse.higgins.icard.CardParseException
All Implemented Interfaces:
Serializable

public class CardParseException
extends CardIOException

Thrown in case if the card element has correct format supported by a card provider but contains wrong data (e.g. some unsupported credentials type)

See Also:
Serialized Form

Constructor Summary
CardParseException()
           
CardParseException(String message)
           
CardParseException(String message, Throwable cause)
           
CardParseException(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

CardParseException

public CardParseException()

CardParseException

public CardParseException(String message)

CardParseException

public CardParseException(String message,
                          Throwable cause)

CardParseException

public CardParseException(Throwable cause)