package jamel.util; /** * Thrown to indicate that a method is not yet implemented. */ public class NotYetImplementedException extends RuntimeException { }