Searched refs:BadCommandLineException (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DBadCommandLineException.java33 public class BadCommandLineException extends Exception { class in inherits:Exception
36 public BadCommandLineException(String msg) { method in class:BadCommandLineException
40 public BadCommandLineException(String message, Throwable cause) { method in class:BadCommandLineException
44 public BadCommandLineException() { method in class:BadCommandLineException
H A DWsgenOptions.java117 protected int parseArguments(String[] args, int i) throws BadCommandLineException {
123 throw new BadCommandLineException(WscompileMessages.WSGEN_SERVICENAME_MISSING_NAMESPACE(args[i]));
126 throw new BadCommandLineException(WscompileMessages.WSGEN_SERVICENAME_MISSING_LOCALNAME(args[i]));
132 throw new BadCommandLineException(WscompileMessages.WSGEN_PORTNAME_MISSING_NAMESPACE(args[i]));
135 throw new BadCommandLineException(WscompileMessages.WSGEN_PORTNAME_MISSING_LOCALNAME(args[i]));
141 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(nonclassDestDir.getPath()));
192 public void validate() throws BadCommandLineException {
197 throw new BadCommandLineException(WscompileMessages.WSGEN_INVALID_PROTOCOL(protocol, protocols));
201 throw new BadCommandLineException(WscompileMessages.WSGEN_MISSING_FILE());
204 throw new BadCommandLineException(WscompileMessage
[all...]
H A DOptions.java235 * @exception BadCommandLineException
238 public void parseArguments( String[] args ) throws BadCommandLineException {
242 throw new BadCommandLineException();
246 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
264 protected void addFile(String arg) throws BadCommandLineException {}
273 * @exception BadCommandLineException
276 protected int parseArguments(String[] args, int i) throws BadCommandLineException {
299 throw new BadCommandLineException(WscompileMessages.WSIMPORT_ILLEGAL_TARGET_VERSION(token));
304 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(destDir.getPath()));
310 throw new BadCommandLineException(WscompileMessage
[all...]
H A DWsimportOptions.java135 * @exception BadCommandLineException
139 public final void parseArguments( String[] args ) throws BadCommandLineException {
143 throw new BadCommandLineException();
147 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
156 } catch (com.sun.tools.internal.xjc.BadCommandLineException e) {
158 throw new BadCommandLineException(e.getMessage(), e);
179 public int parseArguments(String[] args, int i) throws BadCommandLineException {
209 throw new BadCommandLineException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(catalog, e.getMessage()));
215 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
242 throw new BadCommandLineException(WscompileMessage
[all...]
H A DDefaultAuthenticator.java55 public DefaultAuthenticator(@NotNull ErrorReceiver receiver, @NotNull File authfile) throws BadCommandLineException {
H A DWsgenTool.java116 }catch (BadCommandLineException e) {
181 public boolean buildModel(String endpoint, Listener listener) throws BadCommandLineException {
220 throw new BadCommandLineException(WscompileMessages.WSGEN_CLASS_NOT_FOUND(endpoint));
359 // BadCommandLineException also shouldn't have options
H A DWsimportTool.java235 } catch (BadCommandLineException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DBadCommandLineException.java33 public class BadCommandLineException extends Exception { class in inherits:Exception
36 public BadCommandLineException(String msg) { method in class:BadCommandLineException
40 public BadCommandLineException(String message, Throwable cause) { method in class:BadCommandLineException
44 public BadCommandLineException() { method in class:BadCommandLineException
H A DOptions.java286 * @throws BadCommandLineException
290 public void setFieldRendererFactory(FieldRendererFactory frf, Plugin owner) throws BadCommandLineException {
295 throw new BadCommandLineException(
327 * @throws BadCommandLineException
331 public void setNameConverter(NameConverter nc, Plugin owner) throws BadCommandLineException {
336 throw new BadCommandLineException(
473 * @exception BadCommandLineException
476 public int parseArgument( String[] args, int i ) throws BadCommandLineException {
484 throw new BadCommandLineException(
493 throw new BadCommandLineException(
[all...]
H A DPlugin.java109 * @exception BadCommandLineException
114 public int parseArgument( Options opt, String[] args, int i ) throws BadCommandLineException, IOException {
179 public void onActivated(Options opts) throws BadCommandLineException {
H A DDriver.java108 } catch (BadCommandLineException e) {
133 * in the parameters, {@link BadCommandLineException} will
197 * in the parameters, {@link BadCommandLineException} will
207 public static int run(String[] args, @NotNull final XJCListener listener) throws BadCommandLineException {
227 } catch(BadCommandLineException e) {
454 public int parseArgument(String[] args, int i) throws BadCommandLineException {
462 throw new BadCommandLineException(
474 throw new BadCommandLineException(
493 private static final class WeAreDone extends BadCommandLineException {}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DOptions.java32 import com.sun.tools.internal.xjc.BadCommandLineException;
54 public void parseArguments(String[] args) throws BadCommandLineException {
59 throw new BadCommandLineException(
68 private int parseArgument( String[] args, int i ) throws BadCommandLineException {
71 throw new BadCommandLineException(
75 throw new BadCommandLineException(
82 throw new BadCommandLineException(
90 throw new BadCommandLineException(
98 throw new BadCommandLineException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/sync/
H A DSynchronizedMethodAddOn.java31 import com.sun.tools.internal.xjc.BadCommandLineException;
55 public int parseArgument(Options opt, String[] args, int i) throws BadCommandLineException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/locator/
H A DSourceLocationAddOn.java36 import com.sun.tools.internal.xjc.BadCommandLineException;
63 public int parseArgument(Options opt, String[] args, int i) throws BadCommandLineException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/accessors/
H A DPluginImpl.java31 import com.sun.tools.internal.xjc.BadCommandLineException;
61 public int parseArgument(Options opt, String[] args, int i) throws BadCommandLineException, IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/
H A DSchemaGenerator.java43 import com.sun.tools.internal.xjc.BadCommandLineException;
124 } catch (BadCommandLineException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java39 import com.sun.tools.internal.xjc.BadCommandLineException;
93 public int parseArgument(Options opt, String[] args, int i) throws BadCommandLineException, IOException {

Completed in 45 milliseconds