com.bluemarsh.jswat
Class FieldNotObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bluemarsh.jswat.FieldNotObjectException
All Implemented Interfaces:
java.io.Serializable

public class FieldNotObjectException
extends java.lang.Exception

MalformedMemberNameException is thrown when the user gives a method name that has more than one match.

Version:
1.0 9/1/99
Author:
Nathan Fiedler
See Also:
Serialized Form

Constructor Summary
FieldNotObjectException()
          Constructs a FieldNotObjectException with no message.
FieldNotObjectException(java.lang.String s)
          Constructs a FieldNotObjectException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldNotObjectException

public FieldNotObjectException()
Constructs a FieldNotObjectException with no message.

FieldNotObjectException

public FieldNotObjectException(java.lang.String s)
Constructs a FieldNotObjectException with the given message.
Parameters:
s - Message.