public final class InternalFunctionInvocationException extends RuntimeException
| Constructor and Description |
|---|
InternalFunctionInvocationException(String message,
Throwable target)
create a function invocation exception
|
InternalFunctionInvocationException(String message,
Throwable target,
OutputEvent event)
create a function invocation exception
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
OutputEvent |
toOutput()
map this exception to an output event
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalFunctionInvocationException(String message, Throwable target)
message - private message for this exception -target - the underlying user exception that triggered this failurepublic InternalFunctionInvocationException(String message, Throwable target, OutputEvent event)
message - private message for this exception -target - the underlying user exception that triggered this failureevent - the output eventpublic OutputEvent toOutput()
Copyright © 2023. All rights reserved.