public class FunctionExecutionException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected step.core.reports.Error |
error |
protected Exception |
source |
| Constructor and Description |
|---|
FunctionExecutionException(step.core.reports.Error error,
Exception source) |
| Modifier and Type | Method and Description |
|---|---|
step.core.reports.Error |
getError() |
Exception |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final step.core.reports.Error error
protected final Exception source
public FunctionExecutionException(step.core.reports.Error error, Exception source)
public step.core.reports.Error getError()
public Exception getSource()
Copyright © 2020. All rights reserved.