SWTException.this

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

@param message the detail message for the exception

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

Meta