Uses of Interface
com.acsinet_solutions.util.exception.ExceptionInfo

Packages that use ExceptionInfo
com.acsinet_solutions.util.exception This package defines some useful generic exception classes that are used in utilities and classes over the framework, or may be used in user-defined classes if desired. 
 

Uses of ExceptionInfo in com.acsinet_solutions.util.exception
 

Classes in com.acsinet_solutions.util.exception that implement ExceptionInfo
 class ReflectiveExceptionInfo
          Implementation of a reflection-based ExceptionInfo interface
 

Methods in com.acsinet_solutions.util.exception that return ExceptionInfo
static ExceptionInfo ExceptionInfoManager.getExceptionInfo(java.lang.Throwable throwable)
          Get the exception info for the given input values
 

Methods in com.acsinet_solutions.util.exception with parameters of type ExceptionInfo
static void ExceptionInfoManager.addExceptionInfo(ExceptionInfo info)
          Add an ExceptionInfo instance to the internal list
static void ExceptionInfoManager.removeExceptionInfo(ExceptionInfo info)
          Remove an ExceptionInfo instance from the internal list