JavaTXCompilerInJavaTX/src/de/dhbwstuttgart/myexception/NotImplementedException.java

11 lines
172 B
Java
Raw Normal View History

package de.dhbwstuttgart.myexception;
public class NotImplementedException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
}