public class NativeWindowException extends RuntimeException
RuntimeException
.Constructor and Description |
---|
NativeWindowException()
Constructs a NativeWindowException object.
|
NativeWindowException(String message)
Constructs a NativeWindowException object with the specified detail
message.
|
NativeWindowException(String message,
Throwable cause)
Constructs a NativeWindowException object with the specified detail
message and root cause.
|
NativeWindowException(Throwable cause)
Constructs a NativeWindowException object with the specified root
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NativeWindowException()
public NativeWindowException(String message)
public NativeWindowException(String message, Throwable cause)
public NativeWindowException(Throwable cause)
Copyright 2010 JogAmp Community.