blob: 27cb19c10724eb769448cf8393208f39c29798d6 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class InvalidLineNumberException extends RuntimeException {
public InvalidLineNumberException() { }
public InvalidLineNumberException(String arg1) {
super(arg1);
}
}