com.vaadin.ui
Class Table.CacheUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.ui.Table.CacheUpdateException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Table
public static class Table.CacheUpdateException
- extends RuntimeException
Exception thrown when one or more exceptions occurred during updating of
the Table cache.
Contains all exceptions which occurred during the cache update.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Table.CacheUpdateException
public Table.CacheUpdateException(Table table,
String message,
Throwable[] causes)
getCauses
public Throwable[] getCauses()
- Returns the cause(s) for this exception
- Returns:
- the exception(s) which caused this exception
getTable
public Table getTable()
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.