Collapse All
Monnit Mine Java
MineServer.OnLogException Method
MineServer Class
MineServer Members
com.monnit.mine.MonnitMineAPI Package
MineServer Methods
Send Feedback
Syntax
Pascal
C++
Java
PHP
function
OnLogException
(
ex
: Exception;
location
:
String
): Pointer;
void
*
OnLogException
(Exception
ex
, String
location
);
protected
void
OnLogException
(Exception
ex
, String
location
);
protected
OnLogException
(Exception
$ex
, String
$location
);
Description
Fired when an exception is caught allowing the exception to be logged.
public Event LogException; *
Fires the LogException event.
*
@param ex Exception to be passed.
@param location Method name where the exception occurred.
Group
MineServer Methods
Links
MineServer Class
,
MineServer Members
,
com.monnit.mine.MonnitMineAPI Package
,
MineServer Methods
Copyright (c) 2016. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!