NotImplementedException.java revision 2
/*
* Created on Dec 13, 2004
*/
/**
* @author Evren Sirin
*/
public class NotImplementedException extends RuntimeException {
/**
*
*/
public NotImplementedException() {
super("Not implemented yet!");
}
super(msg);
}
}