public class EmptyFocusException extends Exception { public EmptyFocusException (String reason) { super(reason); } }