|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.utils.MaybeRecoverableException
org.eclipse.smila.bulkbuilder.BulkbuilderException
public class BulkbuilderException
Exception used by BulkBuilder or other bulkprocessing components to indicate errors with creating or processing a bulk.
| Constructor Summary | |
|---|---|
BulkbuilderException(java.lang.String message)
create exception with details message. |
|
BulkbuilderException(java.lang.String message,
java.lang.Throwable cause)
create exception with details message and cause. |
|
| Method Summary | |
|---|---|
static boolean |
isRecoverableCause(java.lang.Throwable cause)
auto-detection of causes that should be recoverable. |
| Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException |
|---|
isRecoverable |
| 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 |
|---|
public BulkbuilderException(java.lang.String message)
message - details message
public BulkbuilderException(java.lang.String message,
java.lang.Throwable cause)
message - details messagecause - causing exception| Method Detail |
|---|
public static boolean isRecoverableCause(java.lang.Throwable cause)
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||