User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.notifypaintexception_string_exception

Table of Contents

TGIS_Viewer.NotifyPaintException method

DK for Java | tatukgis.jdk.TGIS_Viewer.NotifyPaintException | Constructors | Fields | Methods | Properties | Events

Transform underlying exception into TGIS_Viewer.OnPaintException

Available also on: Delphi | .NET.

Syntax

// Java
public bool NotifyPaintException(
  java.lang.String _message,
  Exception _exception
);
// Oxygene
public
  function NotifyPaintException(
    _message : String;
    _exception : Exception
  ) : Boolean;

Parameters

Name Type Description
_message java.lang.String
String
exception message, usually layer on which exception occurred
_exception Exception original exception object

Result

Type Description
bool
Boolean
True if event attached; false if not
2025/01/31 01:18

Page Tools