com.bluemarsh.jswat.breakpoint
Class LineNotFoundException

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

public class LineNotFoundException
extends java.lang.Exception

LineNotFoundException is thrown when the user gives an invalid line number.

Author:
Nathan Fiedler
See Also:
Serialized Form

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

LineNotFoundException

public LineNotFoundException()
Constructs a LineNotFoundException with no message.

LineNotFoundException

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