Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.RuntimeError --+ | object --+ | | | util.IEventListener --+ | | | terminal.paintable.IPaintable --+ | | | terminal.error_message.IErrorMessage --+ | 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.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Creates a source exception from one or multiple causes.
|
Gets the cause of the exception.
|
Gets all the causes for this exception.
|
Gets a source of the exception.
|
Gets the error level of this buffered source exception. The level of the exception is maximum error level of all the contained causes. The causes that do not specify error level default to
See Also: com.vaadin.terminal.IErrorMessage#getErrorLevel() |
Paints the IPaintable into a UIDL stream. This method creates the UIDL sequence describing it and outputs it to the given UIDL stream. It is called when the contents of the component should be painted in response to the component first being shown or having been altered so that its visual representation is changed.
|
Error messages are unmodifiable and thus listeners are not needed. This method should be implemented as empty.
|
|
Error messages are inmodifiable and thus listeners are not needed. This method should be implemented as empty.
|
|
Error messages are inmodifiable and thus listeners are not needed. This method should be implemented as empty.
|
Request sending of repaint events on any further visible changes. Normally the paintable only send up to one repaint request for listeners after paint as the paintable as the paintable assumes that the listeners already know about the repaint need. This method resets the assumtion. Paint implicitly does the assumtion reset functionality implemented by this method. This method is normally used only by the terminals to note paintables about implicit repaints (painting the component without actually invoking paint method).
|
Get's currently set debug identifier
|
Adds an unique id for component that get's transferred to terminal for testing purposes. Keeping identifiers unique throughout the Application instance is on programmers responsibility. Note, that with the current terminal implementation the identifier cannot be changed while the component is visible. This means that the identifier should be set before the component is painted for the first time and kept the same while visible in the client.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:50 2013 | http://epydoc.sourceforge.net |