simkin
Class FieldNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--simkin.FieldNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class FieldNotSupportedException
extends java.lang.Exception

This class is thrown to indicate that a field is not supported. It is used in place of java.lang.NoSuchFieldException for J2ME compatibility.

See Also:
Serialized Form

Constructor Summary
FieldNotSupportedException(java.lang.String msg)
           
 
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

FieldNotSupportedException

public FieldNotSupportedException(java.lang.String msg)