Uses of Class
org.klojang.util.InvokeException
Package
Description
Utility classes for working with strings, numbers, arrays, collections, etc.
-
Uses of InvokeException in org.klojang.util
Modifier and TypeMethodDescriptionstatic <T> T
InvokeMethods.newInstance
(Class<T> clazz) Returns a new instance of the specified class using its no-arg constructor.static <T> T
InvokeMethods.newInstance
(Class<T> clazz, int arg0) Returns a new instance of the specified class using the constructor that takes a singleint
argument.