private class BothActionAndBodyDefinedException extends QuickFixException {
private static final long serialVersionUID = -954704188121588134L;
BothActionAndBodyDefinedException(String message, Location location) throws QuickFixException {
super(message, location, new RemoveAttributeQuickFix(getLayoutsDesc(), "action", getQuery(), getDef()),
new RemoveBodyQuickFix(getLayoutsDesc(), getQuery(), getDef()));
}