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