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