We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
Enclosing class:
- extends RuntimeException
public static class Table.CacheUpdateException
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:
Constructor Summary | |
---|---|
Table.CacheUpdateException(Table table,
String message,
Throwable[] causes)
|
Method Summary | |
---|---|
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,
String message,
Throwable[] causes)
Method Detail |
---|
getCauses
public Throwable[] getCauses()
- Returns:
- the exception(s) which caused this exception
Returns the cause(s) for this exception
getTable
public Table getTable()