Searched refs:msg (Results 176 - 200 of 1315) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/security/PrivilegedActionException/
H A DPrintWrappedException.java47 String msg = e.toString();
48 if (msg.indexOf("FileNotFoundException") == -1) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DPortableHttpHandler.java69 public void handle(HttpExchange msg) { argument
71 logger.fine("Received HTTP request:"+msg.getRequestURI());
75 executor.execute(new HttpHandlerRunnable(msg));
77 handleExchange(msg);
85 public void handleExchange(HttpExchange msg) throws IOException { argument
86 WSHTTPConnection con = new PortableConnectionImpl(adapter,msg);
88 logger.fine("Received HTTP request:"+msg.getRequestURI());
89 String method = msg.getRequestMethod();
97 msg.close();
106 final HttpExchange msg; field in class:PortableHttpHandler.HttpHandlerRunnable
108 HttpHandlerRunnable(HttpExchange msg) argument
[all...]
H A DWSHttpHandler.java72 public void handle(HttpExchange msg) { argument
74 logger.fine("Received HTTP request:"+msg.getRequestURI());
78 executor.execute(new HttpHandlerRunnable(msg));
80 handleExchange(msg);
88 public void handleExchange(HttpExchange msg) throws IOException { argument
89 WSHTTPConnection con = new ServerConnectionImpl(adapter,msg);
91 logger.fine("Received HTTP request:"+msg.getRequestURI());
92 String method = msg.getRequestMethod();
100 msg.close();
109 final HttpExchange msg; field in class:WSHttpHandler.HttpHandlerRunnable
111 HttpHandlerRunnable(HttpExchange msg) argument
[all...]
/openjdk7/jdk/test/javax/management/ObjectName/
H A DSerialCompatTest.java54 String msg = "6211220 case(" + i + ")";
58 check(msg, on1.getDomain().equals("a"));
61 check(msg, on1.getCanonicalName().equals("a:b=c"));
64 check(msg, on1.getKeyPropertyListString()
68 check(msg, on1.getCanonicalKeyPropertyListString()
72 check(msg, on1.getKeyProperty("b").equals("c"));
75 check(msg, on1.getKeyPropertyList()
79 check(msg, !on1.isDomainPattern());
82 check(msg, !on1.isPattern());
85 check(msg, !on
257 check(String msg, boolean condition) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java93 public final void debug(String func, String msg) { argument
94 finest(func,msg);
101 public final void debug(String func, String msg, Throwable t) { argument
102 finest(func,msg,t);
105 public final void trace(String func, String msg) { argument
106 finer(func,msg);
113 public final void trace(String func, String msg, Throwable t) { argument
114 finer(func,msg,t);
117 public final void error(String func, String msg) { argument
118 severe(func,msg);
125 error(String func, String msg, Throwable t) argument
129 finest(String func, String msg) argument
140 finest(String func, String msg, Throwable t) argument
146 finer(String func, String msg) argument
157 finer(String func, String msg, Throwable t) argument
162 fine(String func, String msg) argument
173 fine(String func, String msg, Throwable t) argument
179 config(String func, String msg) argument
190 config(String func, String msg, Throwable t) argument
196 info(String func, String msg) argument
207 info(String func, String msg, Throwable t) argument
213 warning(String func, String msg) argument
224 warning(String func, String msg, Throwable t) argument
230 severe(String func, String msg) argument
241 severe(String func, String msg, Throwable t) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiver.java69 public final void error( Locator loc, String msg ) {
70 error( new SAXParseException2(msg,loc) );
73 public final void error( Locator loc, String msg, Exception e ) { argument
74 error( new SAXParseException2(msg,loc,e) );
77 public final void error( String msg, Exception e ) { argument
78 error( new SAXParseException2(msg,null,e) );
88 public final void warning( @Nullable Locator loc, String msg ) {
89 warning( new SAXParseException(msg,loc) );
123 public final void debug( String msg ) {
124 info( new SAXParseException(msg,nul
[all...]
H A DBadCommandLineException.java36 public BadCommandLineException(String msg) { argument
37 super(msg);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DErrorReceiver.java70 public final void error( Locator loc, String msg ) {
71 error( new SAXParseException2(msg,loc) );
74 public final void error( Locator loc, String msg, Exception e ) { argument
75 error( new SAXParseException2(msg,loc,e) );
78 public final void error( String msg, Exception e ) { argument
79 error( new SAXParseException2(msg,null,e) );
90 public final void warning( Locator loc, String msg ) {
91 warning( new SAXParseException(msg,loc) );
124 public final void debug( String msg ) {
125 info( new SAXParseException(msg,nul
[all...]
H A DBadCommandLineException.java36 public BadCommandLineException(String msg) { argument
37 super(msg);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java41 private String msg; field in class:WindowsException
45 this.msg = null;
48 WindowsException(String msg) { argument
50 this.msg = msg;
58 if (msg == null) {
59 msg = WindowsNativeDispatcher.FormatMessage(lastError);
60 if (msg == null) {
61 msg = "Unknown error: 0x" + Integer.toHexString(lastError);
64 return msg;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java39 private String msg; field in class:UnixException
43 this.msg = null;
46 UnixException(String msg) { argument
48 this.msg = msg;
57 this.msg = null;
61 if (msg != null) {
62 return msg;
79 if (msg != null)
80 return new IOException(msg);
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.hpp115 #define assert(p, msg) \
118 report_vm_error(__FILE__, __LINE__, "assert(" #p ") failed", msg); \
123 #define assert(p, msg)
127 report_vm_error(__FILE__, __LINE__, "assert(" #p ") failed", msg); \
141 #define assert_status(p, status, msg) \
146 status, msg)); \
152 #define assert_if_no_error(cond,msg) assert((cond) || is_error_reported(), msg)
154 #define assert(p,msg)
155 #define assert_status(p,status,msg)
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedHelper.java97 XClientMessageEvent msg = new XClientMessageEvent();
98 msg.set_type((int)XConstants.ClientMessage);
99 msg.set_window(window);
100 msg.set_message_type(XEmbed.getAtom());
101 msg.set_format(32);
102 msg.set_data(0, XToolkit.getCurrentServerTime());
103 msg.set_data(1, message);
104 msg.set_data(2, detail);
105 msg.set_data(3, data1);
106 msg
178 XEmbedMessageToString(XClientMessageEvent msg) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/res/
H A DXMLMessages.java113 String msg = null;
116 msg = fResourceBundle.getString(msgKey);
118 if (msg == null)
120 msg = fResourceBundle.getString(BAD_CODE);
140 fmsg = java.text.MessageFormat.format(msg, args);
145 fmsg += " " + msg;
149 fmsg = msg;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMMessageFormatter.java76 String msg;
78 msg = key + ": " + resourceBundle.getString(key);
81 msg = java.text.MessageFormat.format(msg, arguments);
84 msg = resourceBundle.getString("FormatFailed");
85 msg += " " + resourceBundle.getString(key);
90 msg = resourceBundle.getString("BadMessageKey");
91 throw new MissingResourceException(key, msg, key);
95 if (msg == null) {
96 msg
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DMessageRetriever.java108 * @param msg message to print
110 private void printError(SourcePosition pos, String msg) { argument
111 configuration.root.printError(pos, msg);
117 * @param msg message to print
119 private void printError(String msg) { argument
120 configuration.root.printError(msg);
127 * @param msg message to print
129 private void printWarning(SourcePosition pos, String msg) { argument
130 configuration.root.printWarning(pos, msg);
136 * @param msg messag
138 printWarning(String msg) argument
148 printNotice(SourcePosition pos, String msg) argument
157 printNotice(String msg) argument
[all...]
/openjdk7/jdk/src/share/instrument/
H A DJPLISAssert.h55 #define jplis_assert_msg(x, msg) JPLISAssertConditionWithMessage((jboolean)(x), #x, msg, __FILE__, __LINE__)
58 #define jplis_assert_msg(x, msg)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacMessager.java58 public void printMessage(Diagnostic.Kind kind, CharSequence msg) { argument
59 printMessage(kind, msg, null, null, null);
62 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
64 printMessage(kind, msg, e, null, null);
72 * @param msg the message, or an empty string if none
76 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
78 printMessage(kind, msg, e, a, null);
87 * @param msg the message, or an empty string if none
92 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
113 log.error(pos, "proc.messager", msg
144 printError(String msg) argument
153 printWarning(String msg) argument
161 printNotice(String msg) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpPduFactory.java67 * @param msg The <CODE>SnmpMsg</CODE> to be decoded.
73 public SnmpPdu decodeSnmpPdu(SnmpMsg msg) throws SnmpStatusException ; argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_ole.h78 #define SEP1(msg) CLogEntryPoint1 _ep1_(msg);
79 #define SEP0(msg) CLogEntryPoint0 _ep0_(msg);
81 #define SEP(msg) CLogEntryPoint1 _ep1_(msg);
83 #define SEP(msg) CLogEntryPoint0 _ep0_(msg);
89 #define OLE_TRACENOTIMPL(msg)\
90 STRACE(_T("Warning:%s"), msg);\
[all...]
/openjdk7/jdk/test/java/awt/Focus/ClearGlobalFocusOwnerTest/
H A DClearGlobalFocusOwnerTest.java83 TestFailedException(String msg) { argument
84 super("Test failed: " + msg);
92 TestErrorException(String msg) { argument
93 super("Unexpected error: " + msg);
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dgui.js154 * @param msg message to be shown
158 function msgBox(msg, title, msgType) {
162 if (msg === undefined) msg = "undefined";
163 if (msg === null) msg = "null";
164 if (title == undefined) title = msg;
166 JOptionPane.showMessageDialog(window, msg, title, msgType);
179 * @param msg message to be shown
182 function alert(msg, titl
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DMessages.java43 * String msg = x.createMessage(org.package.MyMessages.KEY_ONE, null);
49 * String msg = x.createMessage(org.package.MyMessages.KEY_TWO,
185 String msg = null;
188 msg = fResourceBundle.getString(msgKey);
192 if (msg == null)
201 msg =
211 msg =
233 fmsg = java.text.MessageFormat.format(msg, args);
246 fmsg += " " + msg;
262 fmsg = msg;
[all...]
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathValidatorException.java96 * @param msg the detail message
98 public CertPathValidatorException(String msg) { argument
99 this(msg, null);
123 * @param msg the detail message
128 public CertPathValidatorException(String msg, Throwable cause) { argument
129 this(msg, cause, null, -1);
136 * @param msg the detail message (or <code>null</code> if none)
149 public CertPathValidatorException(String msg, Throwable cause, argument
151 this(msg, cause, certPath, index, BasicReason.UNSPECIFIED);
158 * @param msg th
175 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, Reason reason) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/
H A DProcessorException.java44 public ProcessorException(String msg){ argument
45 super(msg);

Completed in 102 milliseconds

1234567891011>>