com.bluemarsh.jswat
Class BadFormatException

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

public class BadFormatException
extends java.lang.Exception

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

Version:
1.0 11/25/00
Author:
Bill Smith
See Also:
Serialized Form

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

BadFormatException

public BadFormatException()
Constructs a BadFormatException with no message.

BadFormatException

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