NotImplemented.java

package it.fulminazzo.yagl.exceptions;

/**
 * An exception used to signal an object or method not yet implemented.
 */
public class NotImplemented extends RuntimeException {
}