Uses of Class
com.acsinet_solutions.util.exception.ExceptionData

Packages that use ExceptionData
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 ExceptionData in com.acsinet_solutions.util.exception
 

Methods in com.acsinet_solutions.util.exception that return ExceptionData
 ExceptionData ExceptionData.getLastExceptionData()
          Get the last exception data of this nested exception structure
 ExceptionData ExceptionData.getNextExceptionData()
          Get the ExceptionData for a nested exception if any
 ExceptionData ExceptionData.getPreviousExceptionData()
          Get the previous ExceptionData structure, if any
 

Methods in com.acsinet_solutions.util.exception with parameters of type ExceptionData
protected  int CompactExceptionDataWriter.getStop(ExceptionData data)
           
protected  int AbstractExceptionDataWriter.getStop(ExceptionData data)
          Get the stop condition, by default, it is the first different index.