Uses of Interface
com.jaxfront.core.error.Error

Packages that use Error
com.jaxfront.core.error   
com.jaxfront.core.type   
 

Uses of Error in com.jaxfront.core.error
 

Classes in com.jaxfront.core.error that implement Error
 class AbstractError
          This class represents a ValidationError.
 class ConditionalError
          This class represents a ValidationError.
 class UserError
          This class represents a ValidationError.
 class ValidationError
          This class represents a ValidationError.
 

Uses of Error in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return Error
 Error ValidationChangeEvent.getError()
          Gets the current ValidationError.
 

Methods in com.jaxfront.core.type with parameters of type Error
 void ErrorController.addError(Error error)
          Adds a validationError
 void ErrorController.addError(Error error, boolean shouldFireEvent)
          Adds a validationError
static ValidationChangeEvent ValidationChangeEvent.exceptionOccured(Error error)
          Returns a ValidationChangeEvent if a validation exception occured.
static ValidationChangeEvent ValidationChangeEvent.exceptionResolved(Error error)
          Returns a ValidationChangeEvent if a validation exception has been resolved.
 void ErrorController.removeError(Error error)
          Removes the validationError of the give source type.
 void ErrorController.removeError(Error error, boolean shouldFireEvent)
          Removes the validationError of the give source type.