DK for Java | tatukgis.jdk.TGIS_Viewer.NotifyPaintException | Constructors | Fields | Methods | Properties | Events
Transform underlying exception into TGIS_Viewer.OnPaintException
// Java public bool NotifyPaintException( java.lang.String _message, Exception _exception );
// Oxygene public function NotifyPaintException( _message : String; _exception : Exception ) : Boolean;
| Name | Type | Description |
|---|---|---|
| _message | java.lang.String String | exception message, usually layer on which exception occurred |
| _exception | Exception | original exception object |
| Type | Description |
|---|---|
| bool Boolean | True if event attached; false if not |