Interface
Class SimFileRW.InvalidSIMfile

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byInterface.SimFileRW.InvalidSIMfile
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SimFileRW

public static class SimFileRW.InvalidSIMfile
extends java.lang.Exception

Raised if the SIM file is not valid. Contains the line number and the message error.

See Also:
Serialized Form

Constructor Summary
SimFileRW.InvalidSIMfile(java.lang.String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimFileRW.InvalidSIMfile

public SimFileRW.InvalidSIMfile(java.lang.String message)