java.util.NoSuchElementException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Appcelerator JIRA by Shalom Gibly, 1 year ago
via Appcelerator JIRA by Shalom Gibly, 2 years ago
via Stack Overflow by Psp Gamer
, 4 days agovia Google Groups by CBO, 8 months ago
via Google Groups by CBO, 8 months ago
via Google Groups by ivan corsetti, 6 months ago
java.util.NoSuchElementException:
at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
at com.aptana.editor.html.parsing.ast.HTMLElementNode.getTagName(HTMLElementNode.java:241)
at com.aptana.editor.html.parsing.ast.HTMLElementNode.
(HTMLElementNode.java:55) at com.aptana.editor.html.parsing.ast.HTMLElementNode.
(HTMLElementNode.java:37) at com.aptana.editor.html.parsing.HTMLParser.processCurrentTag(HTMLParser.java:176)
at com.aptana.editor.html.parsing.HTMLParser.processStartTag(HTMLParser.java:275)
at com.aptana.editor.html.parsing.HTMLParser.processSymbol(HTMLParser.java:124)
at com.aptana.editor.html.parsing.HTMLParser.parseAll(HTMLParser.java:189)
at com.aptana.editor.html.parsing.HTMLParser.parse(HTMLParser.java:98)