com.bluemarsh.jswat.breakpoint
Class AmbiguousClassSpecException

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

public class AmbiguousClassSpecException
extends java.lang.Exception

AmbiguousClassSpecException is thrown when the user gives a class specification that has more than one match.

Author:
Nathan Fiedler
See Also:
Serialized Form

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

AmbiguousClassSpecException

public AmbiguousClassSpecException()
Constructs a AmbiguousClassSpecException with no message.

AmbiguousClassSpecException

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