SOAj Core v. 1.3


Uses of Class
info.soaj.core.throwable.SjCoreExceptionInstantiating

Packages that use SjCoreExceptionInstantiating
info.soaj.core.util   
 

Uses of SjCoreExceptionInstantiating in info.soaj.core.util
 

Methods in info.soaj.core.util that throw SjCoreExceptionInstantiating
static java.lang.Object SjUtilReflection.instantiateNoArgumentInstance(java.lang.String className, boolean suppressException)
          This method returns an instance of type Object.
static java.lang.Object SjUtilReflection.instantiateNonPublicInstanceWithParameters(java.lang.Object[] constructorParameterValues, boolean suppressException, java.lang.Class<?> aClass)
          This method returns an instance of type Object.
static java.lang.Object SjUtilReflection.instantiatePublicInstanceWithParameters(java.lang.Object[] constructorParameterValues, boolean suppressException, java.lang.Class<?> aClass)
          This method returns an instance of type Object.
static java.lang.Object SjUtilReflection.instantiateViaNoArgumentConstructor(java.lang.Class<?> aClass, java.lang.reflect.Constructor<?> constructor)
          This method returns an instance of type Object by invoking the no-argument constructor.
static java.lang.Object SjUtilReflection.instantiateViaNoArgumentConstructor(java.lang.Class<?> aClass, java.lang.reflect.Constructor<?> constructor, boolean suppressException)
          This method returns an instance of type Object by invoking the no-argument constructor.
static java.lang.Object SjUtilReflection.instantiateViaNonPublicNoArgumentConstructor(java.lang.Class<?> aClass, boolean suppressException)
          This method returns an instance of type Object by invoking a non-public no-argument constructor.
static java.lang.Object SjUtilReflection.instantiateViaPublicNoArgumentConstructor(java.lang.Class<?> aClass)
          This method returns an instance of type Object by invoking a 'public' no-argument constructor.
static java.lang.Object SjUtilReflection.instantiateViaPublicNoArgumentConstructor(java.lang.Class<?> aClass, boolean suppressException)
          This method returns an instance of type Object by invoking a 'public' no-argument constructor.
private static void SjUtilReflection.throwInstantiationException(java.lang.String className, java.lang.String methodName, boolean suppressException)
           
private static void SjUtilReflection.throwInstantiationException(java.lang.String className, java.lang.String methodName, java.lang.Exception exception, boolean suppressException)
           
 


SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.