Uses of Class
org.eclipse.higgins.icard.io.CardIOException

Packages that use CardIOException
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.io   
 

Uses of CardIOException in org.eclipse.higgins.icard
 

Subclasses of CardIOException in org.eclipse.higgins.icard
 class CardParseException
          Thrown in case if the card element has correct format supported by a card provider but contains wrong data (e.g.
 

Methods in org.eclipse.higgins.icard that throw CardIOException
 IElement ICard.toElement(IElementFormat format)
           
 

Uses of CardIOException in org.eclipse.higgins.icard.io
 

Subclasses of CardIOException in org.eclipse.higgins.icard.io
 class UnsupportedElementFormatException
           
 

Methods in org.eclipse.higgins.icard.io that throw CardIOException
 IFormatDescriptor IInputProcessor.checkInput(InputStream is)
          Checks whether this IInputProcessor can process the input stream.
 IImportCardInfo[] IInputProcessor.getCardInformation(InputStream is, ICredential credential)
          Processes input stream and returns an array of IImportCardInfo with information about cards which can be imported from the passed stream.
 void IOutputProcessor.process(IElement[] icards, OutputStream out, ICredential credential)
          Processes array of IOElements and store them in the supplied OutputStream.
 IElement[] IInputProcessor.process(InputStream is, ICredential credential)
          Processes input stream and returns an array of IElements extracted.