DK11 for Java | tatukgis.jdk.IGIS_Viewer.NotifyPaintException | Methods | Properties
Transform underlying exception into TGIS_Viewer.OnPaintException
// Java public abstract 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 |