SWTException.this

Constructs a new instance of this class with its stack trace, error code and message filled in. Specifying <code>null</code> as the message is equivalent to specifying an empty string.

@param code the SWT error code @param message the detail message for the exception

  1. this()
  2. this(String message)
  3. this(int code)
  4. this(int code, String message)
    class SWTException
    this
    (
    int code
    ,
    String message
    )

Meta