package arcade.exceptions;
/**
* This runtime exception is thrown if the Form.makeComponents() method is unable to
* find all the components specified to be created.
*
* @author Ellango
*
*/
@SuppressWarnings("serial")
public class UndefinedFormException extends RuntimeException {}