Home
last modified time | relevance | path

Searched refs:UserSyntaxException (Results 1 – 25 of 91) sorted by relevance

1234

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DCommand.java77 … public abstract void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
159 …protected boolean acceptSwitch(Deque<String> options, String expected) throws UserSyntaxException { in acceptSwitch()
167 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
170 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
198 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
202 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
209 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
215 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
236 throw new UserSyntaxException("missing file"); in getJFRInputFile()
240 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java101 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
113 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
122 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
134 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
137 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
150 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
170 …(Deque<String> options, EventPrintWriter eventWriter, String expected) throws UserSyntaxException { in acceptFormatterOption()
173 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DUserSyntaxException.java31 final class UserSyntaxException extends Exception { class
42 public UserSyntaxException(String message) { in UserSyntaxException() method in UserSyntaxException
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DUserSyntaxException.java31 final class UserSyntaxException extends Exception { class
42 public UserSyntaxException(String message) { in UserSyntaxException() method in UserSyntaxException
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrint.java105 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
117 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
126 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
138 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
141 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
154 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
174 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
176 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
183 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
200 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DUserSyntaxException.java31 final class UserSyntaxException extends Exception { class
42 public UserSyntaxException(String errorMessage) { in UserSyntaxException() method in UserSyntaxException
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DUserSyntaxException.java31 final class UserSyntaxException extends Exception { class
42 public UserSyntaxException(String message) { in UserSyntaxException() method in UserSyntaxException
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
126 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
129 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
140 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
160 …(Deque<String> options, EventPrintWriter eventWriter, String expected) throws UserSyntaxException { in acceptFormatterOption()
163 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
180 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
211 …EventFilter(String filterText, final Predicate<EventType> eventFilter) throws UserSyntaxException {
252 private static List<String> explodeFilter(String filter) throws UserSyntaxException {
H A DUserSyntaxException.java31 final class UserSyntaxException extends Exception { class
42 public UserSyntaxException(String message) { in UserSyntaxException() method in UserSyntaxException
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/tool/
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/tool/
H A DPrint.java103 public void execute(Deque<String> options) throws UserSyntaxException, UserDataException { in execute()
115 … throw new UserSyntaxException("use --events event1,event2,event3 to include multiple events"); in execute()
124 …throw new UserSyntaxException("use --categories category1,category2 to include multiple categories… in execute()
136 … throw new UserSyntaxException("stack depth must be zero or a positive integer."); in execute()
139 throw new UserSyntaxException("not a valid value for --stack-depth"); in execute()
152 throw new UserSyntaxException("unknown option " + options.peek()); in execute()
172 …d checkCommonError(Deque<String> options, String typo, String correct) throws UserSyntaxException { in checkCommonError()
174 … throw new UserSyntaxException("unknown option " + typo + ", did you mean " + correct + "?"); in checkCommonError()
181 throw new UserSyntaxException("only one format can be specified at a time"); in acceptFormatterOption()
198 …addCategoryFilter(String filterText, Predicate<EventType> eventFilter) throws UserSyntaxException { in addCategoryFilter()
[all …]
H A DCommand.java70 … abstract public void execute(Deque<String> argList) throws UserSyntaxException, UserDataException; in execute()
152 …protected boolean acceptOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptOption()
155 throw new UserSyntaxException("missing value for " + options.peek()); in acceptOption()
178 …ted boolean acceptFilterOption(Deque<String> options, String expected) throws UserSyntaxException { in acceptFilterOption()
183 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
187 throw new UserSyntaxException("missing filter after " + expected); in acceptFilterOption()
194 throw new UserSyntaxException("too many arguments"); in ensureMaxArgumentCount()
200 throw new UserSyntaxException("too few arguments"); in ensureMinArgumentCount()
219 …final protected Path getJFRInputFile(Deque<String> options) throws UserSyntaxException, UserDataEx… in getJFRInputFile()
221 throw new UserSyntaxException("missing file"); in getJFRInputFile()
[all …]

1234