gnu.gcj.xlib

Class XConnectException

Implemented Interfaces:
Serializable

public class XConnectException
extends IOException

Indicates that something went wrong with the connection to an X11 display.
See Also:
Serialized Form

Constructor Summary

XConnectException()
Create an exception without a descriptive error message.
XConnectException(String message)
Create an exception with a descriptive error message.

Method Summary

Methods inherited from class java.lang.Throwable

fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XConnectException

public XConnectException()
Create an exception without a descriptive error message.

XConnectException

public XConnectException(String message)
Create an exception with a descriptive error message.
Parameters:
message - the descriptive error message

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.