Searched refs:XException (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXException.java33 public class XException extends RuntimeException { class in inherits:RuntimeException
34 public XException() { method in class:XException
37 public XException(String message) { method in class:XException
H A DMotifDnDConstants.java110 private static long readMotifWindow() throws XException {
141 private static long createMotifWindow() throws XException {
154 throw new XException("XDisplayString returns NULL");
160 throw new XException("XOpenDisplay returns NULL");
183 throw new XException("XCreateWindow returns NULL");
205 throw new XException("Cannot write motif drag window handle.");
221 private static long getMotifWindow() throws XException {
275 throws XException {
351 throws XException {
425 throw new XException("Canno
[all...]
H A DXDragSourceProtocol.java84 * @throws XException if some X call failed.
89 IllegalArgumentException, XException {
114 throws InvalidDnDOperationException, IllegalArgumentException, XException;
120 * @throws XException if some X call failed.
130 * @throws XException if some X call failed.
144 throws XException;
193 throw new XException("XGetWindowAttributes failed");
210 throw new XException("XSelectInput failed");
H A DXDnDDragSourceProtocol.java75 IllegalArgumentException, XException {
108 throw new XException("Cannot write XdndActionList property");
129 throw new XException("Cannot write XdndActionList property");
H A DXDnDDropTargetProtocol.java97 throw new XException("Cannot write XdndAware property");
215 throw new XException("Cannot write XdndAware property");
228 throw new XException("Cannot write XdndProxy property");
240 throw new XException("Cannot write XdndAware property");
252 throw new XException("Cannot write XdndProxy property");
284 throw new XException("Cannot write XdndAware property");
296 throw new XException("Cannot write XdndProxy property");
547 throw new XException("XGetWindowAttributes failed");
564 throw new XException("XSelectInput failed");
H A DXDragSourceContextPeer.java170 } catch (XException xe) {
321 } catch (XException xe) {
531 } catch (XException e) {
738 } catch (XException e) {
H A DMotifDnDDragSourceProtocol.java70 IllegalArgumentException, XException {
79 } catch (XException xe) {
H A DXDropTargetRegistry.java233 throw new XException("XGetWindowAttributes failed");
250 throw new XException("XSelectInput failed");
404 throw new XException("XSelectInput failed");
H A DMotifDnDDropTargetProtocol.java175 throw new XException("Cannot write Motif receiver info property");
249 throw new XException("Cannot write Motif receiver info property");
424 throw new XException("XGetWindowAttributes failed");
441 throw new XException("XSelectInput failed");

Completed in 163 milliseconds