com.bluemarsh.jswat.breakpoint
Class AmbiguousMethodException

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

public class AmbiguousMethodException
extends java.lang.Exception

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

Author:
Nathan Fiedler
See Also:
Serialized Form

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

AmbiguousMethodException

public AmbiguousMethodException()
Constructs a AmbiguousMethodException with no message.

AmbiguousMethodException

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