SWT.error

Throws an appropriate exception based on the passed in error code.

@param code the SWT error code

  1. void error(String file, long line, int code)
    class SWT
    static
    void
    error
    (
    String file
    ,
    long line
    ,
    int code
    )
  2. void error(int code, Exception throwable)
  3. void error(int code, Exception throwable, String detail)

Meta