Monnit Mine Java
ContentsIndexHome
PreviousUpNext
MineServer.OnLogException Method
Syntax
Pascal
C++
Java
PHP
function OnLogException(ex: Exception; location: String): Pointer;

 

  • 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.
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!