javax.microedition.io.file
Class  IllegalModeException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.microedition.io.file.IllegalModeException
- public class IllegalModeException- extends RuntimeException
A IllegalModeException indicates an unexpected error
 condition in a method.
 
 
 
IllegalModeException
public IllegalModeException()
- Constructs a IllegalModeExceptionwithnullas its error detail message.
IllegalModeException
public IllegalModeException(String info)
- Constructs a IllegalModeExceptionwith the specified detail
 message. The error message stringscan later be
 retrieved by theThrowable.getMessage()
java.lang.Throwable.
- 
- Parameters:
- reason- the detail message.