User Tools

Site Tools


api:dk11:java:tatukgis.jdk.egis_exception.create_string_string_integer

Table of Contents

EGIS_Exception.EGIS_Exception(java.lang.String, java.lang.String, int) constructor

DK11 for Java | tatukgis.jdk.EGIS_Exception.Create | Overloads | Constructors | Fields

Construct exception.

Available also on: Delphi | .NET | ActiveX.

Syntax

// Java
public EGIS_Exception(
  java.lang.String _message,
  java.lang.String _refstring,
  int _refcode
);
// Oxygene
public
  constructor (
    _message : String;
    _refstring : String;
    _refcode : Integer
  );

Parameters

Name Type Description
_message java.lang.String
String
message of the exception; message must be in format '000 Message %s %d';
_refstring java.lang.String
String
additional String referring to exception (like file name in import filters, etc.)
_refcode int
Integer
additional code referring to exception (like line number in import filters etc.)
2023/01/09 22:17

Page Tools