|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.data.Buffered.SourceException
public static class Buffered.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.
| Constructor Summary | |
|---|---|
Buffered.SourceException(Buffered source)
Creates a source exception that does not include a cause. |
|
Buffered.SourceException(Buffered source,
java.lang.Throwable cause)
Creates a source exception from a cause exception. |
|
Buffered.SourceException(Buffered source,
java.lang.Throwable[] causes)
Creates a source exception from multiple causes. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause of the exception. |
java.lang.Throwable[] |
getCauses()
Gets all the causes for this exception. |
Buffered |
getSource()
Gets a source of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
|---|
public Buffered.SourceException(Buffered source)
source - the source object implementing the Buffered interface.
public Buffered.SourceException(Buffered source,
java.lang.Throwable cause)
source - the source object implementing the Buffered interface.cause - the original cause for this exception.
public Buffered.SourceException(Buffered source,
java.lang.Throwable[] causes)
source - the source object implementing the Buffered interface.causes - the original causes for this exception.| Method Detail |
|---|
public final java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic final java.lang.Throwable[] getCauses()
public Buffered getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||