Serialized Form


Package org.eclipse.swt

Class org.eclipse.swt.SWTError extends java.lang.Error implements Serializable

serialVersionUID: 0l

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.

Class org.eclipse.swt.SWTException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 0l

Serialized Fields

code

int code
The SWT error code, one of SWT.ERROR_*.


throwable

java.lang.Throwable throwable
The underlying throwable that caused the problem, or null if this information is not available.