org.eclipse.higgins.icard
Class CardParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.icard.CardException
org.eclipse.higgins.icard.io.CardIOException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CardParseException
public CardParseException()
CardParseException
public CardParseException(String message)
CardParseException
public CardParseException(String message,
Throwable cause)
CardParseException
public CardParseException(Throwable cause)