Uses of Package
com.acsinet_solutions.util.exception

Packages that use com.acsinet_solutions.util.exception
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.map This package contains definitions and simple implementations related to mapping and binding of parameters. 
com.acsinet_solutions.cetia4.controller.rest Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.controller.rest.support Implementation of reusable classes specific to the REST framework. 
com.acsinet_solutions.cetia4.controller.security Security related interfaces and generic services. 
com.acsinet_solutions.cetia4.data Data-related facilities, in particular paging related facilities are held here. 
com.acsinet_solutions.cetia4.service This package defines some basic services and facilities that are used at some point on the framework. 
com.acsinet_solutions.cetia4.service.impl Simple generic implementations of services whose interfaces are defined in the parent package. 
com.acsinet_solutions.cetia4.service.spring This package holds Spring Framework related functionality. 
com.acsinet_solutions.util This package contains basic classes and interface definitions, that are so generic to be in a more specific package. 
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. 
com.acsinet_solutions.util.expr Generic expression utilities; this package defines interfaces and basic implementations regarding expression needs on utility classes and in the framework as a whole. 
com.acsinet_solutions.util.log Simple extensions for Log4J for the support of nested exceptions where J2SE 1.4 exception nesting is not being used. 
com.acsinet_solutions.util.regexp This package represents a thin wrapper around regular expression facilities in J2SE 1.4. 
com.acsinet_solutions.util.text This package provides text related facilities. 
com.acsinet_solutions.util.validator This package provides a simple validation facility; unlike another validation aproximations, this is code-based and not xml-based in it's aproximation to validation tasks. 
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.controller
SyntaxException
          Syntax related generic exception.
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.controller.map
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.controller.rest
AccessException
          Security access exception.
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.controller.rest.support
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.controller.security
AccessException
          Security access exception.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.data
VersionMismatchException
          Exception that represents a mismatch in version data for a bean
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.service
EvaluationException
          Exception that occurred during the evaluation of a piece of code.
NonExistentObjectException
          An object does not exist ( when it was believed it existed ).
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.service.impl
EvaluationException
          Exception that occurred during the evaluation of a piece of code.
NonExistentObjectException
          An object does not exist ( when it was believed it existed ).
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.cetia4.service.spring
NonExistentObjectException
          An object does not exist ( when it was believed it existed ).
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util
ValidationException
          A checked validation error occurred somewhere
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.exception
AbstractExceptionDataWriter
          Base class for exception data writer concrete implementations.
ExceptionData
          Wrapper for an exception object that enables nicer reporting of stack traces.
ExceptionDataWriter
          Interface that defines the methods that a writer of exception data must have.
ExceptionInfo
          Interface that wraps information about exceptions, in particular nested exception information
SimpleExceptionDataWriter
          Simple exception data writer that writes exception info to stdout, specially in environments pre JDK 1.4 where no nested exception facilities were incorporated into the platform.
SystemException
          A generic exception representing system related errors.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.expr
EvaluationException
          Exception that occurred during the evaluation of a piece of code.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.log
ExceptionDataWriter
          Interface that defines the methods that a writer of exception data must have.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.regexp
SyntaxException
          Syntax related generic exception.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.text
EvaluationException
          Exception that occurred during the evaluation of a piece of code.
 

Classes in com.acsinet_solutions.util.exception used by com.acsinet_solutions.util.validator
SystemException
          A generic exception representing system related errors.
ValidationException
          A checked validation error occurred somewhere