public static class Buffered.SourceException extends RuntimeException implements Serializable
| Constructor and Description |
|---|
SourceException(Buffered source)
Creates a source exception that does not include a cause.
|
SourceException(Buffered source,
Throwable... causes)
Creates a source exception from multiple causes.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Gets the cause of the exception.
|
Throwable[] |
getCauses()
Gets all the causes for this exception.
|
Buffered |
getSource()
Gets a source of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SourceException(Buffered source)
source - the source object implementing the Buffered interface.public final Throwable getCause()
public final Throwable[] getCauses()
public Buffered getSource()
Copyright © 2022 Vaadin Ltd. All rights reserved.