01: package org.jreform; 02: 03: /** 04: * @author armandino (at) gmail.com 05: */ 06: public class UndefinedInputControlException extends RuntimeException { 07: public UndefinedInputControlException(String s) { 08: super(s); 09: } 10: }