Uses of Interface
com.itmill.toolkit.terminal.ErrorMessage

Packages that use ErrorMessage
com.itmill.toolkit.data Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. 
com.itmill.toolkit.terminal Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of ErrorMessage in com.itmill.toolkit.data
 

Classes in com.itmill.toolkit.data that implement ErrorMessage
static class Buffered.SourceException
          An exception that signals that one or more exceptions occurred while a buffered object tried to access its data source or if there is a problem in processing a data source.
static class Validator.EmptyValueException
           
static class Validator.InvalidValueException
          Invalid value exception can be thrown by Validator when a given value is not valid.
 

Uses of ErrorMessage in com.itmill.toolkit.terminal
 

Classes in com.itmill.toolkit.terminal that implement ErrorMessage
 class CompositeErrorMessage
          Class for combining multiple error messages together.
 class SystemError
          SystemError is a runtime exception caused by error in system.
 class UserError
          UserError is a controlled error occurred in application.
 

Constructors in com.itmill.toolkit.terminal with parameters of type ErrorMessage
CompositeErrorMessage(ErrorMessage[] errorMessages)
          Constructor for CompositeErrorMessage.
 

Uses of ErrorMessage in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui that return ErrorMessage
 ErrorMessage AbstractComponent.getComponentError()
          Gets the component's error message.
 ErrorMessage AbstractComponent.getErrorMessage()
          Gets the error message for this component.
 ErrorMessage Form.getErrorMessage()
          The error message of a Form is the error of the first field with a non-empty error.
 ErrorMessage AbstractField.getErrorMessage()
          Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
 ErrorMessage Component.ErrorEvent.getErrorMessage()
          Gets the error message.
 

Methods in com.itmill.toolkit.ui with parameters of type ErrorMessage
 void AbstractComponent.setComponentError(ErrorMessage componentError)
          Sets the component's error message.
 

Constructors in com.itmill.toolkit.ui with parameters of type ErrorMessage
Component.ErrorEvent(ErrorMessage message, Component component)
          Constructs a new event with a specified source component.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.