Package 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. 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
Constructors Constructor Description CacheUpdateException(Table table, String message, Throwable[] causes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable[]
getCauses()
Returns the cause(s) for this exceptionTable
getTable()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-