com.bluemarsh.jswat
Class MalformedMemberNameException

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

public class MalformedMemberNameException
extends java.lang.Exception

MalformedMemberNameException is thrown when the user gives an invalid method name.

Version:
1.0 5/31/99
Author:
Nathan Fiedler
See Also:
Serialized Form

Constructor Summary
MalformedMemberNameException()
          Constructs a MalformedMemberNameException with no message.
MalformedMemberNameException(java.lang.String s)
          Constructs a MalformedMemberNameException 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

MalformedMemberNameException

public MalformedMemberNameException()
Constructs a MalformedMemberNameException with no message.

MalformedMemberNameException

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