36373839404142
this.lineNumber++; throwError(ILLEGAL_NESTING_NESTING_WITHIN_A_HEADER_COMMAND_IS_ILLEGAL); } } private void throwError(int lineNumber, String message) { throw new JHamlParseException(message, lineNumber); }