1: package org.swingml.action; 2: 3: /** 4: * @author dpitt 5: */ 6: public class InvalidResponseException extends Exception { 7: 8: }