com.bluemarsh.jswat.breakpoint
Class MissingBreakpointException

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

public class MissingBreakpointException
extends java.lang.RuntimeException

MissingBreakpointException is thrown when a BreakpointRequest is discovered that does not have the "breakpoint" property set.

Author:
Nathan Fiedler
See Also:
Serialized Form

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

MissingBreakpointException

public MissingBreakpointException()
Constructs a MissingBreakpointException with no message.

MissingBreakpointException

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