gnu.gcj.xlib
Class XException
- Serializable
Runtime exception that occurred during an Xlib operation.
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
XException
public XException()
Create an exception without a message. The cause remains uninitialized.
XException
public XException(String msg)
Create an exception with a message. The cause remains uninitialized.
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.