Package org.cruxframework.crux.core.client.errors

Provides for application errors handling.

See:
          Description

Interface Summary
ErrorHandler An ErrorHandler is called to report errors in application code (bad use of the framework, or an uncaught exception).
ValidationErrorHandler An ValidationErrorHandler is called to report errors caused by a bad use of the application (typically validations over the screen state, based in business rules, before performing an action).
 

Class Summary
ErrorHandlerImpl  
 

Package org.cruxframework.crux.core.client.errors Description

Provides for application errors handling.

Package Specification

This package contains the public interface the Crux Error Handling engine.

Start with the following classes:

  • ErrorHandler
  • ValidationErrorHandler


  • Copyright © 2014. All rights reserved.