gnu.gcj.xlib

Class XException

Implemented Interfaces:
Serializable

public class XException
extends RuntimeException

Runtime exception that occurred during an Xlib operation.
See Also:
Serialized Form

Constructor Summary

XException()
Create an exception without a message.
XException(Display display, int status)
XException(String msg)
Create an exception with a 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XException

public XException()
Create an exception without a message. The cause remains uninitialized.

XException

public XException(Display display,
                  int status)

XException

public XException(String msg)
Create an exception with a message. The cause remains uninitialized.
Parameters:

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.