com.vaadin.ui
Class Table.CacheUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.ui.Table.CacheUpdateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Table

public static class Table.CacheUpdateException
extends java.lang.RuntimeException

Exception thrown when one or more exceptions occurred during updating of the Table cache.

Contains all exceptions which occurred during the cache update. The first occurred exception is set as the cause of this exception. All occurred exceptions can be accessed using getCauses().

See Also:
Serialized Form

Constructor Summary
Table.CacheUpdateException(Table table, java.lang.String message, java.lang.Throwable[] causes)
           
 
Method Summary
 java.lang.Throwable[] getCauses()
          Returns the cause(s) for this exception
 Table getTable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table.CacheUpdateException

public Table.CacheUpdateException(Table table,
                                  java.lang.String message,
                                  java.lang.Throwable[] causes)
Method Detail

getCauses

public java.lang.Throwable[] getCauses()
Returns the cause(s) for this exception

Returns:
the exception(s) which caused this exception

getTable

public Table getTable()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.