simkin
Class MethodNotSupportedException

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

public class MethodNotSupportedException
extends java.lang.Exception

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

See Also:
Serialized Form

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

MethodNotSupportedException

public MethodNotSupportedException(java.lang.String s)