Package com.arcadedb.utility
Class CodeUtils
- java.lang.Object
-
- com.arcadedb.utility.CodeUtils
-
public class CodeUtils extends Object
Utility class for common practices with Java code.
-
-
Constructor Summary
Constructors Constructor Description CodeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executeIgnoringExceptions(CallableNoReturn callback)
static void
executeIgnoringExceptions(CallableNoReturn callback, String errorMessage)
-
-
-
Method Detail
-
executeIgnoringExceptions
public static void executeIgnoringExceptions(CallableNoReturn callback, String errorMessage)
-
executeIgnoringExceptions
public static void executeIgnoringExceptions(CallableNoReturn callback)
-
-