Package net.sf.jzeno.exception

This package contains the basic exceptions used by jZeno Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: http://jzeno.sourceforge.net See:
          Description

Interface Summary
ExceptionHandler  
NonFatalException Tagging interface for non-fatal exceptions.
SilentException Tagging interface for exception that should not be logged
 

Exception Summary
AspectException This exception is the base class for all exceptions thrown by aspects.
DeadlockException This exception gets thrown by a business facade if a deadlock on the database was detected, and we were selected as deadlock victim.
DomainCacheModifiedException This exception is thrown if a modification is detected to any of the entries in the DomainCache.
DuplicateUsernameException  
IntegrityViolationException This exception is thrown when an attempt is made to delete an object that is still referenced by something else.
InternalServerException Runtime Exception that is used for all exceptions that are caused by implicit assumptions made by the server.
LexerException When an access-like expression encounters a lexer error this exception is thrown.
ManagedException Base class for all checked exceptions in jzeno.
ManagedRuntimeException Base class for all runtime exceptions in jzeno.
NavigationErrorException This exception is thrown by the framework when it detects that a navigation from the browser is performed that would loose synchronisation betwoon server and client.
NoPermissionForMethodException This permission is thrown by the aspect framework when an unauthorised acces to a business operation is detected.
OptimisticLockException This Exception gets thrown by Business Facade operations when that operation detects that the requested modifications to the database are impossible because the information the User Interface is supplying is stale at this point.
ParseException Exception that is thrown when parsing of an expression fails.
PropertyNotFoundException  
SwizzleException  
 

Package net.sf.jzeno.exception Description

This package contains the basic exceptions used by jZeno

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: