sofya.base.exceptions
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sofya.base.exceptions.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFoundException
extends java.lang.Exception

Defines an exception that indicates the absence of a method.

Version:
12/02/2005
Author:
Hitesh Sharma
See Also:
Serialized Form

Constructor Summary
MethodNotFoundException()
          Creates new instance of this exception using the default message.
MethodNotFoundException(java.lang.String msg)
          Creates new instance of this exception with a given message.
 
Method Summary
 
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

MethodNotFoundException

public MethodNotFoundException()
Creates new instance of this exception using the default message.


MethodNotFoundException

public MethodNotFoundException(java.lang.String msg)
Creates new instance of this exception with a given message.