Uses of Class
sim.access.SIMViewException

Packages that use SIMViewException
sim.access This package provides the means to the applets for accessing to the GSM data and file system of the GSM application defined in the GSM 11.11 specification. 
 

Uses of SIMViewException in sim.access
 

Methods in sim.access that throw SIMViewException
 short SIMView.select(short fid, byte[] fci, short fciOffset, short fciLength)
          SELECT command as defined in GSM 11.11 standard.
By default, the MF is selected at the beginning of each applet activation (current file = MF).
 void SIMView.select(short fid)
          SELECT command as defined in GSM 11.11 standard.
This SELECT method allows to update the current file without handling the Select Response.
 short SIMView.status(byte[] fci, short fciOffset, short fciLength)
          STATUS command as defined in GSM 11.11 standard.
This method returns the FCI (File Control Information) of the current DF (or MF) of the calling applet.
 short SIMView.readBinary(short fileOffset, byte[] resp, short respOffset, short respLength)
          READ BINARY command as defined in GSM 11.11 standard.
This method reads the data bytes of the current transparent EF of the calling applet.
 void SIMView.updateBinary(short fileOffset, byte[] data, short dataOffset, short dataLength)
          UPDATE BINARY command as defined in GSM 11.11 standard.
This method updates the data bytes of the current transparent EF of the calling applet.
 short SIMView.readRecord(short recNumber, byte mode, short recOffset, byte[] resp, short respOffset, short respLength)
          READ RECORD command as defined in GSM 11.11 standard.
This method reads the data bytes of the current linear fixed/cyclic EF of the calling applet.
 void SIMView.updateRecord(short recNumber, byte mode, short recOffset, byte[] data, short dataOffset, short dataLength)
          UPDATE RECORD command as defined in GSM 11.11 standard.
This method updates the data bytes of the current linear fixed/cyclic EF of the calling applet.
 short SIMView.seek(byte mode, byte[] patt, short pattOffset, short pattLength)
          SEEK command as defined in GSM 11.11 standard.
This method seeks a pattern in the current linear fixed EF of the calling applet.
 short SIMView.increase(byte[] incr, short incrOffset, byte[] resp, short respOffset)
          INCREASE command as defined in GSM 11.11 standard.
This method increases the current cyclic EF record of the calling applet.
 void SIMView.invalidate()
          INVALIDATE command as defined in GSM 11.11 standard.
This method invalidates the currently selected EF of the calling applet.
 void SIMView.rehabilitate()
          REHABILITATE command as defined in GSM 11.11 standard.
This method rehabilitates the currently selected EF of the calling applet.
static void SIMViewException.throwIt(short reason)
          Throws the JCRE instance of SIMViewException with the specified reason.